Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Open-Earth-Foundation/CityCataly…
Browse files Browse the repository at this point in the history
…st into develop
  • Loading branch information
evanp committed Jun 24, 2024
2 parents 8323f45 + 6c6d9d7 commit 1155586
Show file tree
Hide file tree
Showing 22 changed files with 1,886 additions and 994 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# run: npm run cy:test

- name: Run tests and generate coverage file
run: npm run ci:test
run: npm run api:test

- name: Install Playwright Browsers
run: npx playwright install --with-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: npm run build

- name: Run tests and generate coverage file
run: npm run ci:test
run: npm run api:test

- name: Install Playwright Browsers
run: npx playwright install --with-deps
Expand Down
Loading

0 comments on commit 1155586

Please sign in to comment.