Skip to content

Commit

Permalink
comment hanging test
Browse files Browse the repository at this point in the history
  • Loading branch information
peetjvv committed Aug 18, 2023
1 parent 0a88abe commit cf1185e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- run: npm ci
- run: npm test

can-build-and-serve:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: ${{ env.pathToPackageLockFile }}
- run: npm ci
- run: npm run serve
# can-build-and-serve: # TODO: replace with e2e and run detached
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: 'npm'
# cache-dependency-path: ${{ env.pathToPackageLockFile }}
# - run: npm ci
# - run: npm run serve

0 comments on commit cf1185e

Please sign in to comment.