mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 04:50:16 +00:00
Pass license public key to test Docker builds
This commit is contained in:
parent
7f05d87809
commit
91178d2b24
2 changed files with 6 additions and 3 deletions
5
.github/workflows/test-e2e.yml
vendored
5
.github/workflows/test-e2e.yml
vendored
|
|
@ -52,7 +52,9 @@ jobs:
|
|||
- name: Build Docker images for test environment
|
||||
run: |
|
||||
docker build -t pulse-mock-github:test ./tests/integration/mock-github-server
|
||||
docker build -t pulse:test -f Dockerfile .
|
||||
docker build -t pulse:test -f Dockerfile --build-arg PULSE_LICENSE_PUBLIC_KEY="$PULSE_LICENSE_PUBLIC_KEY" .
|
||||
env:
|
||||
PULSE_LICENSE_PUBLIC_KEY: ${{ secrets.PULSE_LICENSE_PUBLIC_KEY }}
|
||||
|
||||
- name: Start test containers
|
||||
working-directory: tests/integration
|
||||
|
|
@ -95,4 +97,3 @@ jobs:
|
|||
name: test-failures
|
||||
path: tests/integration/test-results/
|
||||
retention-days: 7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue