Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: cache wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 14, 2023
1 parent 84bd3b1 commit 50bded2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
# - name: Setup Node.js
# uses: actions/setup-node@v3
# with:
# node-version: "16"
# cache: "yarn"
- name: Install dependencies
run: |
yarn --immutable
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ jobs:
with:
node-version: "16"
cache: "yarn"
- name: Install dependencies
uses: cypress-io/github-action@v5
with:
# just perform install
runTests: false
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn build
start: yarn start
component: false
install: false
env:
NEXTAUTH_URL: "http://keycloak:3000"
NEXTAUTH_SECRET: "A+EQqudlGhqTLDnBbCvohHBfbhUjTXAbZYy1NKsSsys="
Expand Down

0 comments on commit 50bded2

Please sign in to comment.