This commit is contained in:
parent
dfe99c1acf
commit
67d6df8916
@ -7,14 +7,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
strategy:
|
runs-on: "ubuntu-latest"
|
||||||
matrix:
|
|
||||||
arch: ["ubuntu-latest"]
|
|
||||||
git-version: ["2.44.0"]
|
|
||||||
runs-on: ${{ matrix.arch }}
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./Lib
|
working-directory: "./Lib"
|
||||||
|
|
||||||
# Steps to run
|
# Steps to run
|
||||||
steps:
|
steps:
|
||||||
@ -25,14 +21,10 @@ jobs:
|
|||||||
# Setup Bun
|
# Setup Bun
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: oven-sh/setup-bun@v1
|
uses: oven-sh/setup-bun@v1
|
||||||
with:
|
|
||||||
registry-url: "https://registry.npmjs.org"
|
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
env:
|
|
||||||
BUN_AUTH_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}
|
|
||||||
|
|
||||||
# Run Tests
|
# Run Tests
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user