Skip to content

Commit e5a047e

Browse files
Update CI names
1 parent f4b1bc7 commit e5a047e

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/docker-build-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build-and-push-image-normal:
15-
name: Build and Push Docker Image (Normal, MRI ruby Canary)
15+
name: Build and Push Docker Image (MRI Canary)
1616
runs-on: ubuntu-latest
1717
if: github.repository_owner == 'Ruby-Network'
1818
permissions:

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build-and-push-image-normal:
14-
name: Build and Push Docker Image (Normal, MRI ruby)
14+
name: Build and Push Docker Image (MRI)
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write

.github/workflows/dockerHub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build-and-push-image-normal:
14-
name: Build and Push Docker Image (Normal, MRI ruby)
14+
name: Build and Push Docker Image (MRI)
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Repo

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test The Docker Build
22
on: [pull_request, workflow_dispatch]
33
jobs:
44
build:
5-
name: Test Docker Build (Normal, MRI ruby)
5+
name: Test Docker Build (MRI)
66
runs-on: ubuntu-latest
77
if: github.repository_owner == 'Ruby-Network'
88
steps:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"progress-estimator": "^0.3.1",
3434
"rammerhead": "https://github.com/Ruby-Network/rammerhead/releases/download/v1/rammerhead-2.tgz",
3535
"sass": "^1.71.1",
36+
"terser": "^5.29.2",
3637
"typescript": "^5.4.2",
3738
"wisp-server-node": "^1.0.2",
3839
"yaml": "^2.4.1"

0 commit comments

Comments
 (0)