Skip to content

Commit

Permalink
update tests (real)
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jan 12, 2023
1 parent 6afaa95 commit 7c15024
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 181 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
node-version: [16]
type: ['static', 'dynamic']
steps:
- uses: actions/checkout@v3

Expand All @@ -26,6 +27,8 @@ jobs:

- name: Run tests
run: pnpm -F @ensdomains/ensjs tenv start
env:
STATIC_ENS: ${{ matrix.type == 'static' }}
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 7c15024

Please sign in to comment.