Skip to content

Commit

Permalink
Probe the GitHub Runner environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Aug 9, 2024
1 parent 79683af commit 8441793
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
cat /etc/os-release
python3 --version
ip addr
ls -laFh scripts
which bash
# # TODO: create zpool with virtual disks, create jailmaker dataset and test jlmkr.py from there
# # https://medium.com/@abaddonsd/zfs-usage-with-virtual-disks-62898064a29b
Expand All @@ -124,8 +126,8 @@ jobs:
run: |
sudo ln dist/jlmkr .
sudo chown 0:0 jlmkr ./test/test-jlmkr
sudo bash ./test/test-jlmkr
sudo ./test/test.sh
# sudo bash ./test/test-jlmkr
# sudo ./test/test.sh

- name: Run secondary integration tests
env:
Expand Down

0 comments on commit 8441793

Please sign in to comment.