Skip to content

Commit

Permalink
Add tab to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent b8f7b9f commit daf50ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Create custom test script
run: |
mkdir test-scripts
printf 'test "github actions":\nassert true is true with "it worked!"' > test-scripts/actions.sk
printf 'test "github actions":\n\tassert true is true with "it worked!"' > test-scripts/actions.sk
- name: Run skript-test-action
uses: ./
with:
Expand Down

0 comments on commit daf50ab

Please sign in to comment.