Skip to content

chore: rename contact email hello@axme.ai to contact@axme.ai (#33) #62

chore: rename contact email hello@axme.ai to contact@axme.ai (#33)

chore: rename contact email hello@axme.ai to contact@axme.ai (#33) #62

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "17"
- name: Run Maven tests
run: mvn -B test