Skip to content

Commit

Permalink
🔧 liteserverを立ち上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
ayasamind committed Mar 7, 2021
1 parent fdb7753 commit 6e7a08f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
run: |
npx htmlhint "src/*.html"
- name: Cypress run
uses: cypress-io/github-action@v1
uses: cypress-io/github-action@v1
with:
record: true
start: yarn lite-server -c bs-config.js
spec: cypress/integration/*

0 comments on commit 6e7a08f

Please sign in to comment.