From 60164d7090b0061d22c553d17b78569ba554f5ee Mon Sep 17 00:00:00 2001 From: Hans Spaans Date: Sun, 3 Dec 2023 00:23:52 +0000 Subject: [PATCH] Rename release and test workflows --- .github/workflows/{release.yaml => release.yml} | 3 ++- .github/workflows/{test.yaml => test.yml} | 9 +++++---- .github/workflows/validate.yml | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) rename .github/workflows/{release.yaml => release.yml} (99%) rename .github/workflows/{test.yaml => test.yml} (94%) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yml similarity index 99% rename from .github/workflows/release.yaml rename to .github/workflows/release.yml index 10844b0..0167db9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +--- name: "Release dev container features & Generate Documentation" on: workflow_dispatch: @@ -19,7 +20,7 @@ jobs: publish-features: "true" base-path-to-features: "./src" generate-docs: "true" - + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yml similarity index 94% rename from .github/workflows/test.yaml rename to .github/workflows/test.yml index 53baffe..3ec5cd9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yml @@ -1,3 +1,4 @@ +--- name: "CI - Test Features" on: push: @@ -13,8 +14,8 @@ jobs: strategy: matrix: features: - - color - - hello + - ansible-lint + - pytest baseImage: - debian:latest - ubuntu:latest @@ -34,8 +35,8 @@ jobs: strategy: matrix: features: - - color - - hello + - ansible-lint + - pytest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 863418e..974a43b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,3 +1,4 @@ +--- name: "Validate devcontainer-feature.json files" on: workflow_dispatch: