Skip to content

Commit

Permalink
ci: consume stable fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Aug 27, 2024
1 parent 8bb40dd commit 2f610fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Execution Spec Tests Fill and Consume (stable)

on:
push:
branches: [master]
branches: [master, jsign/ci-stable-fixtures]
pull_request:
branches: [master, kaustinen-with-shapella]
workflow_dispatch:
Expand Down Expand Up @@ -74,5 +74,5 @@ jobs:
pip install --upgrade pip
pip install -e ".[docs,lint,test]"
solc-select use 0.8.24 --always-install
consume direct --input=../${{ matrix.filename }} -n auto
consume direct --input=../ -n auto
shell: bash

0 comments on commit 2f610fc

Please sign in to comment.