Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Voxellius/Voxel
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Livesey committed Jun 27, 2024
2 parents dd9549b + af79c2e commit ebf3d99
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Perform unit tests

on: [push]

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.44.4
- name: Run tests
run: ./test.sh

0 comments on commit ebf3d99

Please sign in to comment.