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

fix: sort in intuitive order #9

fix: sort in intuitive order

fix: sort in intuitive order #9

Workflow file for this run

name: rokahon tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
strategy:
matrix:
include:
- os: ubuntu-latest
- os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.43.6
# - name: Verify formatting
# run: deno fmt --check
# - name: Run linter
# run: deno lint
- name: Run rokahon tests
run: |
cd rokahon-server
make test