Skip to content

Commit

Permalink
Upgrade bun 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
klippx committed Dec 21, 2023
1 parent d9a48e4 commit ce41fce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
11 changes: 1 addition & 10 deletions .github/actions/setup-smoke-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/actions-clean@v2.1
- name: Install node ${{ inputs.node-version }}
uses: actions/setup-node@v3
with:
Expand All @@ -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

Expand All @@ -47,7 +39,6 @@ runs:
- name: Install deps in mappersmith-consumer/
run: |
cd mappersmith-consumer
yarn config
yarn install --immutable --immutable-cache
shell: bash

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/smoke.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,13 @@ jobs:
name: Smoke Test Integration
runs-on: ubuntu-latest
steps:
- name: Show folder content (1)
run: |
ls -la ./
shell: bash
- name: Checkout mappersmith/
uses: actions/checkout@v4
with:
path: mappersmith
- name: Show folder content (2)
run: |
ls -la ./
shell: bash
- uses: ./mappersmith/.github/actions/setup-smoke-test
- name: Smoke test integration tests
run: |
cd mappersmith-consumer
yarn integration:all
shell: bash
- name: Show folder content (4)
run: |
ls -la ./
shell: bash

0 comments on commit ce41fce

Please sign in to comment.