Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Apr 2, 2024
1 parent a75602f commit 32dc368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- name: Build i18n files
working-directory: ./app
run: yarn compileI18n
- name: Copy dummy fb config
working-directory: ./app
run: cp ../firebaseConfig.emulators.ts ./firebaseConfig.ts
- name: Lint
working-directory: ./app
run: yarn lint
- name: Check formatting
working-directory: ./app
run: yarn checkFormat
- name: Copy dummy fb config
working-directory: ./app
run: cp ../firebaseConfig.emulators.ts ./firebaseConfig.ts
- name: Run tests
working-directory: ./app
run: |
Expand Down

0 comments on commit 32dc368

Please sign in to comment.