Skip to content

Commit

Permalink
try tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatleskog committed Dec 5, 2024
1 parent e6485a5 commit 51cbd91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/api-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ permissions:
contents: read

jobs:
runtests:
uses: equinor/procosys-completion-api/.github/workflows/runtests.yaml@github-action-pipeline
secrets:
with:
deployment: 'runtests'
environment: 'pcs-completion-api-runtests'
testPath: './Equinor.Procosys.Completion.sln'

build-and-push-docker:
needs: runtests
uses: equinor/procosys-completion-api/.github/workflows/build-and-push-docker.yaml@github-action-pipeline
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
Empty file added .github/workflows/runtests.yaml
Empty file.

0 comments on commit 51cbd91

Please sign in to comment.