Skip to content

Commit

Permalink
[TEST] config TMPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanosio committed May 31, 2024
1 parent 75e9427 commit f54aa75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
builder: zephyr-runner-v2-linux-arm64-4xlarge

steps:
- name: Configure temporary directory
run: |
mkdir -p /__w/tmp
echo "TMPDIR=/__w/tmp" >> $GITHUB_ENV
- name: Configure container storage
run: |
sed -i 's/graphroot = .*/graphroot = "\/__w\/container_storage"/' /etc/containers/storage.conf
Expand Down Expand Up @@ -180,6 +185,11 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}

steps:
- name: Configure temporary directory
run: |
mkdir -p /__w/tmp
echo "TMPDIR=/__w/tmp" >> $GITHUB_ENV
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit f54aa75

Please sign in to comment.