Support Java properties files for download #47
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: Pull Request | |
on: [pull_request] | |
jobs: | |
test: | |
name: Unit Test | |
uses: ./.github/workflows/_test-unit.yml | |
with: | |
baseRef: origin/main | |
e2e: | |
name: e2e Test | |
uses: ./.github/workflows/_test-e2e.yml | |
with: | |
baseRef: origin/main |