Skip to content

Commit

Permalink
patch workflow to test RC
Browse files Browse the repository at this point in the history
  • Loading branch information
shaan1337 committed Oct 21, 2024
1 parent 9d799a4 commit cd9f391
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/docker-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
echo "docker_repo=eventstore-ee" >> $GITHUB_OUTPUT
echo "docker_container=eventstoredb-commercial" >> $GITHUB_OUTPUT
;;
"preview")
echo "docker_repo=eventstore-preview" >> $GITHUB_OUTPUT
echo "docker_container=eventstoredb-ee" >> $GITHUB_OUTPUT
;;
*)
echo "docker_repo=eventstore-ce" >> $GITHUB_OUTPUT
echo "docker_container=eventstoredb-ce" >> $GITHUB_OUTPUT
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
test: [streams, projections, persistent_subscriptions, discover_error, auto_resub_on_connection_drop]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
test: [operations]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
matrix:
test: [streams, projections, persistent_subscriptions]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit cd9f391

Please sign in to comment.