Skip to content

Commit 639f11d

Browse files
fixup action
1 parent f20d74a commit 639f11d

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -95,27 +95,15 @@ jobs:
9595

9696
test-backbeat-apis:
9797
name: Test backbeat apis
98-
runs-on: ubuntu-latest
98+
runs-on: ubuntu-24.04
9999
needs: lint
100100

101101
steps:
102102
- name: Checkout code
103-
uses: actions/checkout@v4
104-
105-
- name: Setup Node.js
106-
uses: actions/setup-node@v4
107-
with:
108-
node-version: '20'
109-
cache: 'yarn'
110-
111-
- name: Install dependencies
112-
run: yarn install --frozen-lockfile
113-
114-
- name: Setup Smithy CLI
115-
uses: ./.github/actions/setup-smithy
103+
uses: actions/checkout@v6
116104

117-
- name: Build
118-
run: yarn build
105+
- name: Setup and Build
106+
uses: ./.github/actions/setup-and-build
119107

120108
- name: Login to GitHub Container Registry
121109
uses: docker/login-action@v3

0 commit comments

Comments
 (0)