Skip to content

Create ExponentiationTest.java #7

Create ExponentiationTest.java

Create ExponentiationTest.java #7

Workflow file for this run

name: Launchable Demo
on:
push:
branches:
- main
jobs:
PostMergeTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: "adopt"
- name: Compile
run: mvn compile
- name: Test
run: mvn test