Skip to content

Commit

Permalink
run tests on dev build instead of prod
Browse files Browse the repository at this point in the history
  • Loading branch information
zoran995 committed Mar 10, 2025
1 parent 8c361bd commit 87e82d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn prettier-check

- name: Build TerriaJS tests
run: yarn gulp lint release --continue
run: yarn gulp lint build --continue
env:
NODE_OPTIONS: --max_old_space_size=4096

Expand Down

0 comments on commit 87e82d6

Please sign in to comment.