devoxx stub and zio http api bumps #299
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
# Generated file. DO NOT EDIT. | |
'on': | |
push: | |
paths: | |
- scala-zio/** | |
- .github/workflows/scala-zio.yaml | |
pull_request: | |
paths: | |
- scala-zio/** | |
- .github/workflows/scala-zio.yaml | |
workflow_run: | |
workflows: | |
- scenario-server | |
types: | |
- completed | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: temurin | |
java-version: '20' | |
cache: sbt | |
- run: sbt test | |
working-directory: ./scala-zio | |
defaults: | |
run: | |
working-directory: scala-zio |