Skip to content

Commit

Permalink
Fix nonce issue when submitting multiple processes (#323)
Browse files Browse the repository at this point in the history
* Fix nonce issue when submitting multiple processes

* Updating version to 2.2.129

* Update README.md

---------

Co-authored-by: dc-autobot[bot] <181364585+dc-autobot[bot]@users.noreply.github.com>
  • Loading branch information
mattdean-digicatapult and dc-autobot[bot] authored Nov 20, 2024
1 parent fdfb34b commit d5d94a1
Show file tree
Hide file tree
Showing 14 changed files with 2,579 additions and 183 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ jobs:
${{ runner.OS }}-
- name: Install Packages
run: npm ci
- name: Setup dependencies
run: docker compose -f ./docker-compose-test.yaml up -d
- name: Sleep
uses: kibertoad/[email protected]
with:
time: '30s'
- name: Run unit tests
run: npm run test:unit
- name: Run integration tests
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ jobs:
${{ runner.OS }}-
- name: Install Packages
run: npm ci
- name: Setup dependencies
run: docker compose -f ./docker-compose-test.yaml up -d
- name: Sleep
uses: kibertoad/[email protected]
with:
time: '30s'
- name: Run unit tests
run: npm run test:unit
- name: Run integration tests
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@ Unit tests can be run without docker using:
npm run test:unit
```
To run the integration test suite first bring up the test dependency services using docker
Running the integration test suite requires docker to be installed. Tests can then be executed with:
```shell
docker compose -f ./docker-compose-test.yaml up -d
npm run test
```
And then to run the tests
If you want to see output from the `sqnc-node` container brought up with `testcontainers` run:
```shell
npm run test
DEBUG=testcontainers* npm run test
```
14 changes: 0 additions & 14 deletions docker-compose-test.yaml

This file was deleted.

Loading

0 comments on commit d5d94a1

Please sign in to comment.