Skip to content

Commit

Permalink
chore: add environment for repo publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 12, 2024
1 parent 8aff61c commit 259955f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: echo "::set-output name=matrix::$(jq -c '.variants' ./dist/variant-matrix.json)"

test:
name: Run test on image
name: Run test(s)
runs-on: ubuntu-latest
needs: setup
strategy:
Expand All @@ -72,8 +72,9 @@ jobs:
run: test/${{ matrix.variant.IMAGE }}/test.sh

publish:
name: Publish image
name: Publish image(s)
runs-on: ubuntu-latest
environment: publishing
needs:
- setup
- test
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Nefarious Development Container Images

[![Build, Test and Deploy](https://github.com/The-Nefarious-Developer/devcontainer-images/actions/workflows/pipeline.yaml/badge.svg)](https://github.com/The-Nefarious-Developer/devcontainer-images/actions/workflows/pipeline.yaml)

A set of development container images that can be used for SAP BTP development with Cloud Application Programming Model projects in Visual Studio Code.

*Don't worry, they are not "that" nefarious...*
Expand All @@ -13,6 +15,10 @@ A set of development container images that can be used for SAP BTP development w

These images were created following the guidelines provided through the [devcontainers/template-starter](https://github.com/devcontainers/template-starter).

## Feedback

Issues related to these images can be reported in [an issue](https://github.com/devcontainers/images/issues) in this repository.

## Acknowledgments

Special thanks to [Christian Sutter](https://github.com/csutter) who came up with the [harness](https://en.wikipedia.org/wiki/Test_harness) test strategy used in this project.
Expand Down

0 comments on commit 259955f

Please sign in to comment.