Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent fa1f9d3 commit b335dea
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,23 @@ jobs:
run: |
mkdir test-scripts
printf 'test "github actions":\n\tassert true is true with "it worked!"' > test-scripts/actions.sk
- name: Run skript-test-action
- name: Run skript-test-action with vanilla tests
uses: ./
with:
test-script-directory: test-scripts
- name: Run skript-test-action without vanilla tests
uses: ./
with:
test-script-directory: test-scripts
run-vanilla-tests: false
- name: Run skript-test-action on tag
uses: ./
with:
test-script-directory: test-scripts
skript-repo-ref: 2.8.2
- name: Run skript-test-action on tag without vanilla tests
uses: ./
with:
test-script-directory: test-scripts
run-vanilla-tests: false
skript-repo-ref: 2.8.2

0 comments on commit b335dea

Please sign in to comment.