Skip to content

Commit

Permalink
reassign variables in steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrobdolby committed Oct 28, 2024
1 parent 0e1960a commit a1f2a1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,21 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-install
- name: Suite Setup
env:
INTEGRATION_DIR: ./packages/millicast-sdk/integration-tests
INTEGRATION_TEST_CONFIG: ./packages/millicast-sdk/integration-tests/test.config.json

VITE_ACCOUNT_ID: ${{ secrets.MILLICAST_ACCOUNT_ID }}
VITE_DIRECTOR_ENDPOINT: ${{ vars.MILLICAST_DIRECTOR_EP }}
MILLICAST_API_ENDPOINT: ${{ vars.MILLICAST_API_EP }}
MILLICAST_API_SECRET: ${{ secrets.MILLICAST_API_SECRET }}

run: |
sudo apt-get update
sudo apt-get install -y moreutils
sudo apt-get --only-upgrade install google-chrome-stable
npm install playwright
echo "check endpoint variable:"
echo $MILLICAST_API_ENDPOINT
Expand Down

0 comments on commit a1f2a1b

Please sign in to comment.