Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 68186d2

Browse files
committed
ci: fix tests
1 parent b86e26f commit 68186d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/test/resources/nubesgen/app-service-nodejs/.github/workflows

src/test/resources/nubesgen/app-service-nodejs/.github/workflows/gitops.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-auto-approve \
5858
-var="environment=$ENVIRONMENT"
5959
working-directory: '${{ github.workspace }}/terraform'
60-
build-and-deploy:
60+
build:
6161
runs-on: ubuntu-20.04
6262
steps:
6363
- name: Checkout code
@@ -78,7 +78,7 @@ jobs:
7878
- name: Build the application
7979
run: npm run build --if-present
8080
- name: Run tests
81-
run: npm run test --if-present
81+
run: npm test --if-present
8282
- name: Package application
8383
run: |
8484
PKG_FILE=$(npm pack ${{ env.APP_PACKAGE_PATH }} | tail -n1)

0 commit comments

Comments
 (0)