Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteenm committed Sep 12, 2024
1 parent e9db79c commit d3c5563
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn test
# name: Tests
# on: [push, pull_request]
# jobs:
# test:
# runs-on: ubuntu-latest
# name: Unit Tests
# steps:
# - uses: actions/checkout@v2
# - name: Setup node
# uses: actions/setup-node@v1
# with:
# node-version: 16
# - run: yarn install --frozen-lockfile
# - run: yarn test

0 comments on commit d3c5563

Please sign in to comment.