Skip to content

Commit 71e37fa

Browse files
authored
"Workflow sync" (#23)
1 parent 3972a87 commit 71e37fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: CI
2+
name: Testing
33

44
on:
55
pull_request:
@@ -59,7 +59,7 @@ jobs:
5959
run: bundle exec rake parallel_spec
6060

6161
acceptance:
62-
name: Litmus Acceptance
62+
name: Acceptance Test
6363
needs: unit
6464
runs-on: ubuntu-24.04
6565
env:
@@ -92,4 +92,4 @@ jobs:
9292
runs-on: ubuntu-24.04
9393
name: Test suite
9494
steps:
95-
- run: echo Test suite completed
95+
- run: echo Test suite completed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Release
23

34
on:
@@ -23,4 +24,4 @@ jobs:
2324
env:
2425
BLACKSMITH_FORGE_USERNAME: '${{ secrets.PUPPET_FORGE_USERNAME }}'
2526
BLACKSMITH_FORGE_API_KEY: '${{ secrets.PUPPET_FORGE_API_KEY }}'
26-
run: bundle exec rake module:push
27+
run: bundle exec rake module:push

0 commit comments

Comments
 (0)