Skip to content

Commit

Permalink
ci: try blacksmith
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Apr 3, 2024
1 parent ef73510 commit 859ba3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
build:
name: Build
needs: init
runs-on: webiny-build-packages
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
staticCodeAnalysisTs:
name: Static code analysis (TypeScript)
runs-on: webiny-build-packages
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pushNext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
build:
name: Build
needs: init
runs-on: webiny-build-packages
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
staticCodeAnalysisTs:
name: Static code analysis (TypeScript)
runs-on: webiny-build-packages
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wac/push.wac.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const createPushWorkflow = (branchName: string) => {
build: createJob({
name: "Build",
needs: "init",
"runs-on": "webiny-build-packages",
"runs-on": "blacksmith-4vcpu-ubuntu-2204",
steps: [
{
uses: "actions/cache@v4",
Expand Down Expand Up @@ -342,7 +342,7 @@ const createPushWorkflow = (branchName: string) => {
}),
staticCodeAnalysisTs: createJob({
name: "Static code analysis (TypeScript)",
"runs-on": "webiny-build-packages",
"runs-on": "blacksmith-4vcpu-ubuntu-2204",
steps: [
{
uses: "actions/cache@v4",
Expand Down

0 comments on commit 859ba3f

Please sign in to comment.