Skip to content

Commit

Permalink
Update pr-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RMEngels authored Dec 12, 2022
1 parent 02ab4cb commit 889bb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened, reopened, synchronize]
env:
JSONBLOB_ID: "1048215432397602816"
JSONBLOB_ID: ${{ secrets.JSONBLOB_ID }}
jobs:
test-pr:
runs-on: ubuntu-latest
Expand All @@ -20,4 +20,4 @@ jobs:
lines_coverage: "6.10"
method_coverage: "5.90"
class_coverage: "6"
storage_adapter: 'Jsonblob'
storage_adapter: 'Jsonblob'

0 comments on commit 889bb08

Please sign in to comment.