Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Merge pull request #66 from TwelveIterationMods/dependabot/npm_and_ya… #138

Merge pull request #66 from TwelveIterationMods/dependabot/npm_and_ya…

Merge pull request #66 from TwelveIterationMods/dependabot/npm_and_ya… #138

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
minecraftVersion: 1.16.4
channel: latest