Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kovacs committed Jan 31, 2024
1 parent 0234fb6 commit 98e0b30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ jobs:
with:
key: docker-${{ runner.os }}-${{ hashFiles('Makefile') }}}

- run: |
echo "$ALLMYSECRETS" | sed 's/:.*/:/'
echo "$ALLMYVARS" | sed 's/:.*/:/'
shell: bash
env:
ALLMYSECRETS: ${{ toJSON(secrets) }}
ALLMYVARS: ${{ toJSON(vars) }}
- name: E2E test
run: make e2etest
env:
Expand Down

0 comments on commit 98e0b30

Please sign in to comment.