There was an error while loading. Please reload this page.
1 parent 883396b commit e57d773Copy full SHA for e57d773
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
test:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
11
steps:
12
- name: Checkout
@@ -20,9 +20,8 @@ jobs:
20
- name: Install dependencies
21
run: bun install
22
23
- - name: Patch graph test Docker TTY flag for CI
24
- run: |
25
- sed -i "s/'-it'/'-i'/" node_modules/@graphprotocol/graph-cli/dist/commands/test.js
+ - name: Run codegen
+ run: bun run codegen
26
27
- - name: Run tests in Docker
28
- run: bun run test -- -d
+ - name: Run tests
+ run: bun run test
0 commit comments