Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Chaudet committed Feb 8, 2022
1 parent 45e128e commit c6b6e3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
context: .
file: Dockerfile
tags: ${{ needs.resolve-image-tag.outputs.tag }}
- name: Test ${{ matrix.name }} Project
- name: Test ${{ matrix.test }} Project
uses: ./
with:
source: ./test_projects/${{ matrix.name }}
destination: ./test_projects/${{ matrix.name }}/_site
source: ./test_projects/${{ matrix.test }}
destination: ./test_projects/${{ matrix.test }}/_site
build_revision: JEKYLL_BUILD_REVISION
token: ${{ secrets.GITHUB_TOKEN }}

- name: Verify output
run: |
./bin/compare_expected_output ./test_projects/${{matrix.name}}
./bin/compare_expected_output ./test_projects/${{matrix.test}}

0 comments on commit c6b6e3f

Please sign in to comment.