Skip to content

Commit e57d773

Browse files
Run CI on ubuntu-22
1 parent 883396b commit e57d773

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- name: Checkout
@@ -20,9 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: bun install
2222

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
23+
- name: Run codegen
24+
run: bun run codegen
2625

27-
- name: Run tests in Docker
28-
run: bun run test -- -d
26+
- name: Run tests
27+
run: bun run test

0 commit comments

Comments
 (0)