-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,11 @@ inputs: | |
bun-version: | ||
description: Bun version | ||
required: false | ||
default: '1.0.15' | ||
default: '1.0.18' | ||
|
||
runs: | ||
using: composite | ||
steps: | ||
# - name: Self Hosted Runner Post Job Cleanup Action | ||
# uses: TooMuch4U/[email protected] | ||
- name: Install node ${{ inputs.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -26,15 +24,9 @@ runs: | |
with: | ||
bun-version: ${{ inputs.bun-version }} | ||
|
||
- name: Show folder content (3) | ||
run: | | ||
ls -la ./ | ||
shell: bash | ||
|
||
- name: Install deps in mappersmith/ | ||
run: | | ||
cd mappersmith | ||
yarn config | ||
yarn install --immutable --immutable-cache | ||
shell: bash | ||
|
||
|
@@ -47,7 +39,6 @@ runs: | |
- name: Install deps in mappersmith-consumer/ | ||
run: | | ||
cd mappersmith-consumer | ||
yarn config | ||
yarn install --immutable --immutable-cache | ||
shell: bash | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters