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 4230b5b commit 1443614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
mkdir -p /tmp/build
cp -R . /tmp/build
- name: Create file in build directory
run: |
echo $(ls)
run: ls
working-directory: /tmp/build

0 comments on commit 1443614

Please sign in to comment.