Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Jun 29, 2023
1 parent f6fcae9 commit 185212b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Check affected
run:
|
if npx show projects --affected | grep -q frontend-e2e; then
if npx nx show projects --affected | grep -q frontend-e2e; then
echo "affected=true" >> $GITHUB_ENV
else
echo "affected=false" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
# as some binaries are slightly different. About the same bandwidth for that
# as to download the larger (Debian based) `node` image, and that's a bit
# simpler.
image: node:18.x
image: node:18.16.1
depends_on:
- minio
- db
Expand All @@ -61,7 +61,7 @@ services:
"
frontend-e2e:
platform: linux/x86_64
image: cypress/base:18.x
image: cypress/base:18.16.0
depends_on:
- minio
- db
Expand Down

0 comments on commit 185212b

Please sign in to comment.