Skip to content

Commit

Permalink
Add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
maliasadi committed Apr 15, 2024
1 parent a3c5aee commit 859d437
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compat-check-stable-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,40 @@ jobs:
tests_linux:
name: Lightning Compatibility test (tests_linux) - stable/stable
uses: ./.github/workflows/tests_linux.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
lightning-version: stable
pennylane-version: stable
tests_lkokkos_gpu:
name: Lightning Compatibility test (tests_lkokkos_gpu) - stable/stable
uses: ./.github/workflows/tests_gpu_kokkos.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
lightning-version: stable
pennylane-version: stable
tests_lgpu_gpu:
name: Lightning Compatibility test (tests_lgpu_gpu) - stable/stable
uses: ./.github/workflows/tests_gpu_cuda.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
lightning-version: stable
pennylane-version: stable
tests_lgpu_gpu_mpi:
name: Lightning Compatibility test (tests_lgpu_gpu_mpi) - stable/stable
uses: ./.github/workflows/tests_linux_x86_mpi_gpu.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
lightning-version: stable
pennylane-version: stable
tests_without_binary:
name: Lightning Compatibility test (tests_without_binary) - stable/stable
uses: ./.github/workflows/tests_without_binary.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
lightning-version: stable
pennylane-version: stable

0 comments on commit 859d437

Please sign in to comment.