Skip to content

Commit

Permalink
fix firebase emulator step order
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed Jan 20, 2024
1 parent 831b7f9 commit caa84ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
- name: "Install dependencies"
run: npm i
- name: "Run Firebase Emulators"
run: npm run firebase:emulators &
- name: "Wait for Firebase Emulators"
run: sleep 10
- name: "Install dependencies"
run: npm i
- name: "Test"
run: npm run test

0 comments on commit caa84ce

Please sign in to comment.