Skip to content

Commit 5372ee3

Browse files
authored
fix(github): Fix System Tests Demo (#9)
Wrong location and invalid structure. Fixed.
2 parents 6c22290 + 62da867 commit 5372ee3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest]
1212
install_gnu_tools: [true, false]
13-
exclude:
14-
- os: ubuntu-latest
15-
install_gnu_tools: true
13+
exclude:
14+
- os: ubuntu-latest
15+
install_gnu_tools: true
1616

1717
steps:
1818
- name: Checkout repository

0 commit comments

Comments
 (0)