Skip to content

Commit

Permalink
Merge pull request #874 from nounsDAO/verbs-stream-escrow-fix-subgrap…
Browse files Browse the repository at this point in the history
…h-ci

fix subgraph ci
  • Loading branch information
davidbrai authored Dec 12, 2024
2 parents adede58 + 55e3892 commit eee11e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/subgraph-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
paths:
- 'packages/nouns-contracts/abi/contracts/**'
- 'packages/nouns-subgraph/**'
- '.github/workflows/subgraph-test.yaml'
branches:
- '**'

jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit eee11e5

Please sign in to comment.