Skip to content

Commit

Permalink
update ci 34
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 28, 2024
1 parent 2a8dca1 commit 7ac150e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: echo "url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_OUTPUT

- name: Check for /create-base-image command
uses: actions/github-script@v5
uses: actions/github-script@v7
id: command
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -153,8 +153,6 @@ jobs:
build: true
token: ${{ secrets.GITHUB_TOKEN }}

- uses: ./.github/workflows/actions/e2e-setup

- name: Run All Cypress
if: steps.command.outputs.result == 'all'
uses: cypress-io/github-action@v6
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/visual-base-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
build: true
token: ${{ secrets.GITHUB_TOKEN }}

- uses: ./.github/workflows/actions/e2e-setup

- name: Run Cypress
uses: cypress-io/github-action@v6
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/visual-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
build: true
token: ${{ secrets.GITHUB_TOKEN }}

- uses: ./.github/workflows/actions/e2e-setup

- name: Run Cypress
uses: cypress-io/github-action@v6
with:
Expand Down
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"cache": true,
"dependsOn": ["^build"]
},
"prepare": {
"cache": true
},
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
Expand Down
2 changes: 1 addition & 1 deletion packages/brand-icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"prepare": {
"executor": "@baloise/ds-nx:build-svg",
"outputs": ["{projectRoot}/dist", "{projectRoot}/src/index.ts", "{projectRoot}/src/icons.json"],
"outputs": ["{projectRoot}/src/assets", "{projectRoot}/src/index.ts", "{projectRoot}/src/icons.json"],
"options": {
"projectName": "{projectName}",
"projectRoot": "{projectRoot}",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"prepare": {
"executor": "@baloise/ds-nx:build-svg",
"outputs": ["{projectRoot}/dist", "{projectRoot}/src/index.ts", "{projectRoot}/src/icons.json"],
"outputs": ["{projectRoot}/src/assets", "{projectRoot}/src/index.ts", "{projectRoot}/src/icons.json"],
"options": {
"projectName": "{projectName}",
"projectRoot": "{projectRoot}",
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"prepare": {
"executor": "@baloise/ds-nx:build-svg",
"outputs": ["{projectRoot}/dist", "{projectRoot}/src/lib/markers.ts", "{projectRoot}/src/markers.json"],
"outputs": ["{projectRoot}/src/assets", "{projectRoot}/src/lib/markers.ts", "{projectRoot}/src/markers.json"],
"options": {
"projectName": "{projectName}",
"projectRoot": "{projectRoot}",
Expand Down

0 comments on commit 7ac150e

Please sign in to comment.