Skip to content

Commit

Permalink
fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerlessLife committed May 11, 2024
1 parent 4edefdc commit 458bdc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: lldebugger
group: build
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- build
runs-on: ubuntu-latest
concurrency:
group: lldebugger
group: test-cdk-simple
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- build
runs-on: ubuntu-latest
concurrency:
group: lldebugger
group: test-sls-simple
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- build
runs-on: ubuntu-latest
concurrency:
group: lldebugger
group: test-sls-esbuild
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- build
runs-on: ubuntu-latest
concurrency:
group: lldebugger
group: test-sam-simple
steps:
- uses: actions/checkout@v4
- uses: aws-actions/setup-sam@v2
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- test-sam-simple
runs-on: ubuntu-latest
concurrency:
group: lldebugger
group: publish
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down

0 comments on commit 458bdc7

Please sign in to comment.