Skip to content

Commit

Permalink
chore: fix docker test workflows (#4308)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

This adds a change which didn't make it into #4306 so that we only run
node tests on the node image and vice versa.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Feb 18, 2024
1 parent 6169a5b commit 722dc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/integration-test-browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eu

./.github/scripts/playwright-install.sh
yarn workspace integration-tests test
yarn workspace integration-tests test:browser
2 changes: 1 addition & 1 deletion .github/scripts/integration-test-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eu

apt-get install libc++-dev -y
yarn workspace integration-tests test
yarn workspace integration-tests test:node

0 comments on commit 722dc96

Please sign in to comment.