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 9129388 commit 8fc4c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- name: Create Build Directory
run: |
mkdir -p /tmp/build
cp -R . /tmp/build
- name: Create file in build directory
run: |
touch test.txt
ls
working-directory: /tmp/build

0 comments on commit 8fc4c02

Please sign in to comment.