diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e856606..b4eb971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ --- -name: CI +name: Testing on: pull_request: @@ -59,7 +59,7 @@ jobs: run: bundle exec rake parallel_spec acceptance: - name: Litmus Acceptance + name: Acceptance Test needs: unit runs-on: ubuntu-24.04 env: @@ -92,4 +92,4 @@ jobs: runs-on: ubuntu-24.04 name: Test suite steps: - - run: echo Test suite completed + - run: echo Test suite completed \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d2dbfa..859ff0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +--- name: Release on: @@ -23,4 +24,4 @@ jobs: env: BLACKSMITH_FORGE_USERNAME: '${{ secrets.PUPPET_FORGE_USERNAME }}' BLACKSMITH_FORGE_API_KEY: '${{ secrets.PUPPET_FORGE_API_KEY }}' - run: bundle exec rake module:push + run: bundle exec rake module:push \ No newline at end of file