Skip to content

Commit

Permalink
[ci] fix typos in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Jun 28, 2024
1 parent 8c65ae8 commit 961bfeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_test.image.service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build and test image plugin
name: test and package image service plugin

on:
workflow_dispatch:
Expand Down Expand Up @@ -42,10 +42,6 @@ jobs:
needs: [ config, test ]
runs-on: ubuntu-latest
steps:
# TODO: maybe not necessary
# - name: install system libs
# run: |
# sudo apt-get install build-essential
- name: checkout
uses: actions/checkout@v3
- name: setup node
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/build_test.nga-msi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build and test nga-msi plugin
name: test and package nga-msi plugin

on:
workflow_dispatch:
Expand All @@ -15,7 +15,7 @@ jobs:
uses: ./.github/workflows/config.yaml

test:
name: test plugin image.service
name: test plugin nga-msi
needs: [ config ]
runs-on: ubuntu-latest
strategy:
Expand All @@ -38,14 +38,10 @@ jobs:
npm test
package:
name: package plugin image.service
name: package plugin nga-msi
needs: [ config, test ]
runs-on: ubuntu-latest
steps:
# TODO: maybe not necessary
# - name: install system libs
# run: |
# sudo apt-get install build-essential
- name: checkout
uses: actions/checkout@v3
- name: setup node
Expand Down

0 comments on commit 961bfeb

Please sign in to comment.