Improve assertion for ensuring that all allowed domains are ascii-pri… #834
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
lfs: true | |
- name: Setup Java JDK | |
uses: actions/[email protected] | |
with: | |
distribution: temurin | |
java-version: '8' | |
- name: Setup Node.js | |
uses: actions/[email protected] | |
with: | |
node-version: 16 | |
- name: Test code with Maven | |
run: ./mvnw test |