Skip to content

Commit

Permalink
Fixes GItHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
brgix committed Aug 16, 2023
1 parent d6e3188 commit 19b65ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
echo $(pwd)
echo $(ls)
docker run --name test --rm -d -t -v $(pwd):/work -w /work
docker exec -t test pwd
docker exec -t test ls
docker exec -t test bundle update
Expand Down

0 comments on commit 19b65ea

Please sign in to comment.