Skip to content

Commit

Permalink
2490: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Jun 19, 2024
1 parent 3b9f158 commit a1ded00
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/runSubsetOfServiceTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (( ${#integrationTests[@]} != 0 )); then
fi

if [ "$cachingSpec" == 'yes' ]; then
echo 'Found CachingSpec. Building dashboard & client-display...'
echo 'Found CachingSpec. Building dashboard'
cd ../dashboard-prime
npm run deploy
# cd ../client-display
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-email-confirmation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
repository: NationalSecurityAgency/skills-client
path: skills-client

- uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20.11.0'

- uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-night-service-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20.11.0'

- uses: actions/setup-java@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:

- uses: actions/checkout@v2

- uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20.11.0'

- uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20.11.0'

- uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20.11.0'

- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit a1ded00

Please sign in to comment.