Skip to content

fix(utils): fix applyL1ToL2Alias and undoL1ToL2Alias #26

fix(utils): fix applyL1ToL2Alias and undoL1ToL2Alias

fix(utils): fix applyL1ToL2Alias and undoL1ToL2Alias #26

Workflow file for this run

name: Test Java SDK library
on:
pull_request:
branches:
- master
push:
branches:
- develop
jobs:
test:
name: Test java project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Test with Gradle
run: gradle clean test