Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 30, 2024
1 parent fc7fa98 commit 5465695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
pwd
ls -la
docker ps -a
docker run hello-world
docker rm $(docker ps -aq)
mkdir test
touch test/xxx
docker run -v "$(pwd)/test:/test:z" --rm --entrypoint=/bin/bash -ti ubuntu -c "ls -la /test"
# build-jvm:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 5465695

Please sign in to comment.