Skip to content

Commit

Permalink
Github
Browse files Browse the repository at this point in the history
  • Loading branch information
machacjozef committed Jan 18, 2024
1 parent 3ffb712 commit ae1c429
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 200
services:
mongo:
image: mongo:4.4
ports:
- 27017:27017
steps:

- uses: actions/checkout@v3
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
services:
mongo:
image: mongo:4.4
ports:
- 27017:27017
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -49,6 +54,8 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- id: install-secret-key
name: Install gpg secret key
Expand Down Expand Up @@ -80,6 +87,8 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit ae1c429

Please sign in to comment.