Skip to content

Commit e5cf8f8

Browse files
committed
switch yaml order
1 parent d527cb6 commit e5cf8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Install dependencies
3232
run: npm install
3333
- name: Run all tests
34-
run: npm run test
3534
env:
3635
MONGO_DB: ${{ secrets.MONGO_DB }}
36+
run: npm run test
3737

3838
# Runs a set of commands using the runners shell
3939
- name: Run a multi-line script

0 commit comments

Comments
 (0)