Skip to content

test: should_returnCorrectString_whenDecryptWordWorld #7

test: should_returnCorrectString_whenDecryptWordWorld

test: should_returnCorrectString_whenDecryptWordWorld #7

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '26'
cache: 'maven'
- name: Run tests
run: mvn -B test