simulating a change without code (#8715)

This commit is contained in:
Maurizio Vitale 2023-06-28 14:47:36 +01:00 committed by GitHub
parent 4c3b29d5b5
commit 567e264d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ jobs:
enable-node-modules-cache: false enable-node-modules-cache: false
- name: install - name: install
run: | run: |
npm ci npm ci
npx nx run cli:bundle npx nx run cli:bundle
npx nx run testing:bundle npx nx run testing:bundle
- uses: ./.github/actions/upload-node-modules-and-artifacts - uses: ./.github/actions/upload-node-modules-and-artifacts