Skip to content

Commit

Permalink
modified order of workflow so that tests can run
Browse files Browse the repository at this point in the history
  • Loading branch information
veronicabenedict committed Oct 31, 2024
1 parent 790769b commit eeec5bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: bahmutov/npm-install@v1
with:
useLockFile: false

- name: Initalize Flow
run: npm run flow init

Expand Down Expand Up @@ -80,9 +80,6 @@ jobs:
run: |
node app --setup="${SETUP}" --ci="${CI}"
- name: Run ESLint
run: npm run lint

- name: Node tests
run: npm test

Expand All @@ -91,3 +88,8 @@ jobs:

- name: Test coverage
uses: coverallsapp/github-action@v2

- name: Run ESLint
run: npm run lint


0 comments on commit eeec5bc

Please sign in to comment.