Skip to content

Commit

Permalink
chore: make the deploy action report the URL (#3450)
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Jan 29, 2024
1 parent 12e4073 commit bc37361
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
distribution: "temurin"
java-version: "17"
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand Down Expand Up @@ -73,6 +73,7 @@ jobs:
runs-on: ubuntu-22.04
environment:
name: ci-renku-${{ github.event.number }}
url: https://ci-renku-${{ github.event.number }}.dev.renku.ch
steps:
- uses: actions/checkout@v4
- name: renku build and deploy
Expand Down Expand Up @@ -136,15 +137,16 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
tests: [
publicProject,
privateProject,
updateProjects,
testDatasets,
useSession,
checkWorkflows,
rstudioSession
]
tests:
[
publicProject,
privateProject,
updateProjects,
testDatasets,
useSession,
checkWorkflows,
rstudioSession,
]

steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.9.1
Expand Down

0 comments on commit bc37361

Please sign in to comment.