Skip to content

Commit

Permalink
Update workflow to use Dockerfile for CSV validation
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 29, 2024
1 parent b1b6446 commit 6d27fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,13 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: 👍 Valid CSV files
uses: Dockerfile
uses: ./
with:
csv: ./tests/fixtures/batch/*.csv
schema: ./tests/schemas/demo_valid.yml

- name: 👎 Invalid CSV files
uses: Dockerfile
uses: ./
with:
csv: ./tests/fixtures/batch/*.csv
schema: ./tests/schemas/demo_*.yml
Expand Down

0 comments on commit 6d27fb6

Please sign in to comment.