Skip to content

Commit

Permalink
Update CommandsTest.php to adjust schema file path and fix typo in th…
Browse files Browse the repository at this point in the history
…e test data.
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent a4ec0b9 commit ea362b9
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,13 @@ jobs:
name: Reports - ${{ matrix.php-version }}
path: build/


docker:
name: Docker
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: 🐳 Building Docker Image
run: make build-docker
Expand All @@ -193,25 +192,3 @@ jobs:
- name: Reporting example via Docker
run: make demo-docker --no-print-directory
continue-on-error: true

github-action:
name: GitHub Action
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: 👍 Valid CSV file
uses: ./
with:
csv: tests/fixtures/demo.csv
schema: tests/schemas/demo_valid.yml

- name: 👎 Invalid CSV file
uses: ./
with:
csv: tests/fixtures/demo.csv
schema: tests/schemas/demo_invalid.yml
continue-on-error: true

0 comments on commit ea362b9

Please sign in to comment.