Skip to content

Commit

Permalink
Merge pull request #674 from cybozu-go/fix-weekly-workflow
Browse files Browse the repository at this point in the history
Fix weekly ci to use composite actions
  • Loading branch information
morimoto-cybozu authored May 16, 2024
2 parents 66dd984 + 475109a commit 84fdafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/dbtest.yaml
- uses: ./.github/actions/dbtest
with:
mysql-version: ${{ matrix.mysql-version }}

Expand All @@ -35,7 +35,7 @@ jobs:
group: moco
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/e2e.yaml
- uses: ./.github/actions/e2e
with:
k8s-version: ${{ matrix.k8s-version }}
mysql-version: ${{ matrix.mysql-version }}
Expand All @@ -50,7 +50,7 @@ jobs:
group: moco
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/e2e.yaml
- uses: ./.github/actions/e2e
with:
k8s-version: ${{ matrix.k8s-version }}
mysql-version: ${{ matrix.mysql-version }}
Expand Down

0 comments on commit 84fdafb

Please sign in to comment.