Skip to content

Commit

Permalink
Rename release and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hspaans authored Dec 3, 2023
1 parent d5db13b commit 60164d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "Release dev container features & Generate Documentation"
on:
workflow_dispatch:
Expand All @@ -19,7 +20,7 @@ jobs:
publish-features: "true"
base-path-to-features: "./src"
generate-docs: "true"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/test.yaml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "CI - Test Features"
on:
push:
Expand All @@ -13,8 +14,8 @@ jobs:
strategy:
matrix:
features:
- color
- hello
- ansible-lint
- pytest
baseImage:
- debian:latest
- ubuntu:latest
Expand All @@ -34,8 +35,8 @@ jobs:
strategy:
matrix:
features:
- color
- hello
- ansible-lint
- pytest
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "Validate devcontainer-feature.json files"
on:
workflow_dispatch:
Expand Down

0 comments on commit 60164d7

Please sign in to comment.