Skip to content

Commit

Permalink
Update release-java.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jul 16, 2024
1 parent b1a891e commit b70e9fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
build_rust:
uses: ./.github/workflows/build-c-bindings.yml

test-rust-crate:
uses: ./.github/workflows/rust-test.yml
secrets:
INFISICAL_UNIVERSAL_CLIENT_SECRET: ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_SECRET }}
INFISICAL_UNIVERSAL_CLIENT_ID: ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_ID }}
INFISICAL_PROJECT_ID: ${{ secrets.INFISICAL_PROJECT_ID }}
INFISICAL_SITE_URL: ${{ secrets.INFISICAL_SITE_URL }}
# test-rust-crate:
# uses: ./.github/workflows/rust-test.yml
# secrets:
# INFISICAL_UNIVERSAL_CLIENT_SECRET: ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_SECRET }}
# INFISICAL_UNIVERSAL_CLIENT_ID: ${{ secrets.INFISICAL_UNIVERSAL_CLIENT_ID }}
# INFISICAL_PROJECT_ID: ${{ secrets.INFISICAL_PROJECT_ID }}
# INFISICAL_SITE_URL: ${{ secrets.INFISICAL_SITE_URL }}

build_java:
name: Build Java
runs-on: ubuntu-22.04
needs:
- generate_schemas
- build_rust
- test-rust-crate
# - test-rust-crate

steps:
- name: Checkout Repository
Expand Down

0 comments on commit b70e9fc

Please sign in to comment.