Skip to content

Commit

Permalink
set env vars in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Oct 19, 2023
1 parent d1ea302 commit b96f1a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ permissions:
contents: read
packages: write

env:
OKAPI_URL: http://okapi:9130
SLEEP: 0

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b96f1a9

Please sign in to comment.