Skip to content

Commit

Permalink
Temporary changed branch used in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dockmd committed Mar 6, 2024
1 parent c3922fb commit 616c081
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate-testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
path: corpus
ref: integration
ref: feat/using-validator
- name: Checkout validator repository
uses: actions/checkout@v4
with:
Expand All @@ -34,7 +34,5 @@ jobs:
pip install .
- name: Validate test cases
run: |
ls -a
cd corpus
ls -a
./validate-all-testcases

0 comments on commit 616c081

Please sign in to comment.