Skip to content

Commit

Permalink
TESTS - Shellspec seems to dislike symlinks, use real files
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Oct 2, 2023
1 parent 0d08409 commit e2b200f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
docker exec $CONTAINER_ID tar xfvz /opt/shellspec-dist.tar.gz -C /opt/
echo "----- Copy shellspec config file to the root folder -----"
ln -s .github/shellspec/shellspec .shellspec
cp -a .github/shellspec/shellspec .shellspec
echo "----- Copy shellspec test files -----"
ln -s .github/shellspec/shellspec_spec shellspec_spec
cp -a .github/shellspec/shellspec_spec shellspec_spec
- name: Setup Git cli
run: |
Expand Down

0 comments on commit e2b200f

Please sign in to comment.