Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI
name: Testing

on:
pull_request:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
runs-on: ubuntu-24.04
name: Test suite
steps:
- run: echo Test suite completed
- run: echo Test suite completed
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Release

on:
Expand All @@ -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
Loading