Skip to content

Commit

Permalink
fix: Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Oct 26, 2023
1 parent 0a6d3f4 commit 9129388
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ jobs:
- name: Create Build Directory
run: |
mkdir -p /tmp/build
touch /tmp/build/test.txt
- name: Create file in build directory
run: |
touch test.txt
working-directory: /tmp/build

0 comments on commit 9129388

Please sign in to comment.