Skip to content

Commit

Permalink
build: cypress ci yml 임시수정 7트
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jan 20, 2024
1 parent 3c622ce commit 5562061
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: yarn
run: yarn install

- name: build design-system
run: yarn run build:design-system

Expand All @@ -33,13 +30,15 @@ jobs:
cat .env
- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
browser: chrome
start: yarn run serve:dev
wait-on: "http://localhost:3000"
record: false
working-directory: ./frontend-monorepo/hanglog-service
install-command: yarn install
command: yarn run --binaries-only cypress run
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5562061

Please sign in to comment.