Skip to content

Commit

Permalink
fix: setup test01 environment properly
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Nov 5, 2024
1 parent 2765206 commit c6d4a10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests-01-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
# Install added/changed packages to see if they install properly and are detected as such
- name: Test package installations
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBIAN_FRONTEND: noninteractive
DEBGET_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
chmod a+x ./deb-get
export DEBIAN_FRONTEND=noninteractive
export DEBGET_TOKEN=${{ secrets.GITHUB_TOKEN }}
set -x
APPS="$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep "^01-main/packages/" | sed "s|^01-main/packages/||")"
SUPPORTED="$(./deb-get list --raw)"
Expand Down

0 comments on commit c6d4a10

Please sign in to comment.