Skip to content

Commit 26e3ca5

Browse files
Fixing yml syntax
1 parent 89d1c0c commit 26e3ca5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly-workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121

2222
- name: Run Sanity Tests
2323
run: |
24-
npm run test:sanity
25-
;;
26-
esac
24+
npm run test:sanity
2725
env:
2826
CI: true
2927

0 commit comments

Comments
 (0)