finally omg
Some checks failed
Deploy Lib / docker (push) Failing after 54s

This commit is contained in:
Braydon 2024-04-14 17:27:27 -04:00
parent dfe99c1acf
commit 67d6df8916

@ -7,14 +7,10 @@ on:
jobs:
docker:
strategy:
matrix:
arch: ["ubuntu-latest"]
git-version: ["2.44.0"]
runs-on: ${{ matrix.arch }}
runs-on: "ubuntu-latest"
defaults:
run:
working-directory: ./Lib
working-directory: "./Lib"
# Steps to run
steps:
@ -25,14 +21,10 @@ jobs:
# Setup Bun
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
registry-url: "https://registry.npmjs.org"
# Install Dependencies
- name: Install Dependencies
run: bun install --frozen-lockfile
env:
BUN_AUTH_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}
# Run Tests
- name: Run Tests
@ -42,4 +34,4 @@ jobs:
- name: Publish to NPM
run: npm publish
env:
NPM_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}