Skip to content

Commit

Permalink
ci: change permissions on container auth file
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jun 10, 2024
1 parent 7e977e6 commit 315461c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ jobs:
python -m pip install tox
tox run --colored yes -m tests --notest
- name: Run tests
shell: bash
run: |
if [[ $(uname --kernel-name) == "Linux" ]]; then
# Ensure the version of skopeo comes from homebrew
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
sudo chmod 666 /run/containers
fi
tox run --skip-pkg-install --no-list-dependencies --result-json results/tox-${{ matrix.platform }}.json --colored yes -m tests
snap-build:
Expand Down

0 comments on commit 315461c

Please sign in to comment.