-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nonce issue when submitting multiple processes (#323)
* 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
1 parent
fdfb34b
commit d5d94a1
Showing
14 changed files
with
2,579 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.