Skip to content

Commit

Permalink
add HOME env var to job
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchg committed Feb 26, 2024
1 parent 5fa525d commit e47024e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ztp-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ jobs:
- name: Clean Virtual Infra
run: |
./sinfra --clean -auto-timeout 0s --continue-on-error
env:
HOME: /root
- name: Setup Virtual Infra - ${{ runner.name }}
run: |
echo '${{ secrets.PULL_SECRET }}' > .pull-secret.json
echo '${{ secrets.WG_AUTH }}' > .wg-auth
./sinfra --setupInfra -auto-timeout 0s
virsh dumpxml 5gc-w0|grep emulator
env:
HOME: /root
- name: Reserve Runner
run: |
podman exec workstation bash -ce '
Expand Down

0 comments on commit e47024e

Please sign in to comment.