Skip to content

Commit

Permalink
Merge pull request #1014 from opentripplanner/ci-remove-building-exam…
Browse files Browse the repository at this point in the history
…ple-project

ci(node-ci): Delete step building example project.
  • Loading branch information
daniel-heppner-ibigroup authored Sep 28, 2023
2 parents 0a77171 + 9f716ae commit 45d1356
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
node-version: 16.x
- name: Install npm packages using cache
uses: bahmutov/npm-install@v1
- name: Copy example config
run: cp example-config.yml config.yml
- name: Lint code
# Move everything from latest commit back to staged
run: git reset --soft HEAD^ && yarn lint
Expand All @@ -36,8 +34,6 @@ jobs:
run: yarn check:i18n-en-fr
- name: Run tests
run: yarn unit
- name: Build example project
run: yarn build
- name: Run a11y tests
run: yarn a11y-test

Expand Down

0 comments on commit 45d1356

Please sign in to comment.