Skip to content

Commit

Permalink
add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 22, 2024
1 parent 08ef9d0 commit 24c12c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:

jobs:
get-connnect-ip:
run: |
CONNECT_SERVER=$(python test/setup/get_ip.py)
echo "CONNECT_SERVER=$CONNECT_SERVER" >> $GITHUB_ENV
steps:
run: |
CONNECT_SERVER=$(python test/setup/get_ip.py)
echo "CONNECT_SERVER=$CONNECT_SERVER" >> $GITHUB_ENV
bats-tests:
needs: get-connnect-ip
Expand Down

0 comments on commit 24c12c7

Please sign in to comment.