diff options
| author | Alex <git@ajschof.me> | 2024-08-20 23:04:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 23:04:55 +0100 |
| commit | 95e5e49aa544ec2bda244a1225a2a467983db22a (patch) | |
| tree | 2d450deec3aa2560c334dc27e06d8587bb38bb3a /.github/workflows/dev-test.yml | |
| parent | 7ff0716386cfb813034a3447949d0906ae6e09d1 (diff) | |
| download | de-project-bentley-95e5e49aa544ec2bda244a1225a2a467983db22a.tar.gz de-project-bentley-95e5e49aa544ec2bda244a1225a2a467983db22a.zip | |
ci: update dev-test.yml
Diffstat (limited to '.github/workflows/dev-test.yml')
| -rw-r--r-- | .github/workflows/dev-test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dev-test.yml b/.github/workflows/dev-test.yml index ebdad5f..a1e64b2 100644 --- a/.github/workflows/dev-test.yml +++ b/.github/workflows/dev-test.yml @@ -12,6 +12,7 @@ jobs: validate-and-test: name: Validate Terraform and Run Tests runs-on: ubuntu-latest + environment: testing steps: - name: Checkout Repo uses: actions/checkout@v4 |
