Skip to content

feat: Add Resistor Color (resolves #151) #106

feat: Add Resistor Color (resolves #151)

feat: Add Resistor Color (resolves #151) #106

Workflow file for this run

name: Exercise tests
on:
workflow_dispatch:
push:
branches:
- main
- master
pull_request:
jobs:
test:
name: Java ${{ matrix.java-version }} - ${{ matrix.os }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
java-version: [ 7, 7.0.181, 8, 8.0.192, 9.0.x, 10, 11.0.x, 11.0.3, 12, 13 ]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Test exercises
run: ./bin/test test-all