Skip to content

Add another triangle #163

Add another triangle

Add another triangle #163

Workflow file for this run

# Copyright (C) 2023 Alan Jian ([email protected])
# SPDX-License-Identifier: MIT
name: Test CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install the JVM
run: |
sudo apt-get update
sudo apt-get install default-jdk
- name: Test
run: sbt test