Skip to content

Commit

Permalink
adicionando base URL PARA variavel
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Jun 28, 2024
1 parent 9872f32 commit 318cfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
browser: chrome
config: pageLoadTimeout=100000, baseUrl=https://example.cypress.io/todo
config: pageLoadTimeout=100000, baseUrl=${{ variables.BASE_URL}}
# record: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 318cfbd

Please sign in to comment.