Skip to content

Commit

Permalink
chore(INFRA-1282): remove inmutable and unrequired step
Browse files Browse the repository at this point in the history
  • Loading branch information
jluque0101 committed Dec 6, 2023
1 parent 8c823c0 commit 4bc054d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install Yarn dependencies
run: yarn --immutable
run: yarn

build:
name: Build
Expand All @@ -31,7 +31,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --immutable --immutable-cache
- run: yarn
- run: yarn build
- name: Store build artifact
uses: actions/upload-artifact@v3
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
environment:
name: ${{ inputs.environment }}
steps:
# v4.1.1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Use Node.js
# v4.0.0
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: configure AWS credentials
# v4.0.1
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a
Expand Down

0 comments on commit 4bc054d

Please sign in to comment.