Skip to content

Commit

Permalink
chore(ci): update workflows (#364)
Browse files Browse the repository at this point in the history
_This PR is created by sync and will be force-pushed daily. Overwriting
any manual changes done to this PR._

- Updated branch checks
- Updated PR checks

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mathijslightbase and github-actions[bot] authored Oct 20, 2023
1 parent acb388b commit a203410
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/branch-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Node.js 18
uses: actions/setup-node@v3
Expand All @@ -33,7 +33,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Node.js 18
uses: actions/setup-node@v3
Expand All @@ -52,7 +52,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Node.js 18
uses: actions/setup-node@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Node.js 18
uses: actions/setup-node@v3
Expand All @@ -30,7 +30,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Node.js 18
uses: actions/setup-node@v3
Expand All @@ -49,7 +49,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Node.js 18
uses: actions/setup-node@v3
Expand All @@ -76,11 +76,11 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: "./frontend"

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: "lightbasenl/platform-backend-template"
token: ${{ secrets.SCAFFOLD_BACKEND_TOKEN }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
yarn compas generate application --skip-lint
cd ../frontend
yarn
yarn playwright install chromium --with-deps
yarn playwright install --with-deps chromium
- name: Run e2e
env:
Expand Down

0 comments on commit a203410

Please sign in to comment.