diff options
| author | Alex <git@ajschof.me> | 2024-08-21 16:46:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 16:46:28 +0100 |
| commit | 7750b3b5196d7b0f4737496e1a77d700a8afe4d2 (patch) | |
| tree | ccf7223780e1e4dca199a475ffba358c427a4fdd | |
| parent | 2af81a3d772bb9c275d0d48ad2284c50b0dd8f8a (diff) | |
| parent | 77fa5b0922c214ae0b16d5582aa20af9c75e2f31 (diff) | |
| download | de-project-bentley-7750b3b5196d7b0f4737496e1a77d700a8afe4d2.tar.gz de-project-bentley-7750b3b5196d7b0f4737496e1a77d700a8afe4d2.zip | |
Merge pull request #86 from ajschofield/alex/fix-ci
pr: update dev-tests.yml
| -rw-r--r-- | .github/workflows/dev-tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dev-tests.yml b/.github/workflows/dev-tests.yml index d66f1c6..b64032e 100644 --- a/.github/workflows/dev-tests.yml +++ b/.github/workflows/dev-tests.yml @@ -10,6 +10,7 @@ on: jobs: validate-and-test: + environment: testing name: Validate Terraform and Run Tests runs-on: ubuntu-latest steps: |
