mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 07:08:42 +00:00
fix: remediate default branch dependency alerts
This commit is contained in:
parent
b8e534c1eb
commit
b017f8edcd
12 changed files with 42 additions and 47 deletions
1
.github/workflows/test-e2e.yml
vendored
1
.github/workflows/test-e2e.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
|
||||
- name: Build Docker images for test environment
|
||||
run: |
|
||||
docker build -t pulse:test --target runtime .
|
||||
docker build -t pulse-mock-github:test ./tests/integration/mock-github-server
|
||||
env:
|
||||
PULSE_LICENSE_PUBLIC_KEY: ${{ secrets.PULSE_LICENSE_PUBLIC_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue