Skip to content

Commit

Permalink
update action title
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Feb 28, 2024
1 parent 6a47237 commit d2a543e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: checkout repository
- name: Checkout repository
uses: actions/checkout@v4

- name: install k8s cluster and deploy flux to install all apps
- name: Install k8s cluster and deploy flux to install all apps
env:
GITHUB_USER: ${{ secrets.FLUX_USER }}
GITHUB_TOKEN: ${{ secrets.FLUX_TOKEN }}
run: bash ./install.sh

- name: run deployment test
- name: Run deployment test
run: bash ./test/deployment-test.sh

- name: run ingress test
- name: Run ingress test
run: bash ./test/ingress-test.sh
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: checkout repository
- name: Checkout repository
uses: actions/checkout@v4

- name: run shell check
- name: Run shell check
uses: ludeeus/action-shellcheck@master

- name: run yaml lint
- name: Run yaml lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: '.config/.yamllint.yml'

- name: run ansible lint
- name: Run ansible lint
uses: ansible/ansible-lint@v6

0 comments on commit d2a543e

Please sign in to comment.