Skip to content

Update UndirectedGraph.java #26

Update UndirectedGraph.java

Update UndirectedGraph.java #26

Workflow file for this run

name: Test
on: push
jobs:
job:
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: temurin
- name: Run tests
run: sbt test