Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
acharb committed Nov 22, 2023
1 parent d0e678b commit 5779480
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# ALEC TODO - uncomment
# name: Run Tests
# on: [pull_request]
# jobs:
# test-ci:
# name: test
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 18
# - run: yarn install
# - run: yarn build
# - run: yarn test:ci
name: Run Tests
on: [pull_request]
jobs:
test-ci:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn build
- run: yarn test:ci

0 comments on commit 5779480

Please sign in to comment.