Skip to content

Commit a2253d4

Browse files
author
Mohit Saxena
committed
Fixing wrong indent of job
1 parent a5b83bf commit a2253d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
run: cscript.exe //nologo utils\dump_access_views.vbs utils\sample.accdb >views.sql
1919
- name: Diff the output
2020
run: compare-object (get-content utils\sample_views.sql) (get-content views.sql)
21-
test:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: actions/checkout@v2
25-
- name: Test
26-
run: cd tests && make test
21+
test:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/checkout@v2
25+
- name: Test
26+
run: cd tests && make test

0 commit comments

Comments
 (0)