We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27de0ac commit 0aa4a60Copy full SHA for 0aa4a60
.github/workflows/api-tests.yml
@@ -31,6 +31,6 @@ jobs:
31
env:
32
API_TOKEN: ${{ secrets.GITEA_API_TOKEN }}
33
run: |
34
- echo "BASE_URL = 'http://52.211.112.5:3000/'" > config.py
+ echo "BASE_URL = 'http://34.250.0.69:3000/'" > config.py
35
echo "API_TOKEN = '${API_TOKEN}'" >> config.py
36
pytest tests/api -v
tests/api/config.py
@@ -7,4 +7,4 @@
7
API_TOKEN = 'f1600abdf735b9e11dbfc45e57db04319d58235e'
8
9
#BASE_URL = os.getenv('GITEA_URL', 'http://localhost:3000')
10
-BASE_URL = 'http://52.211.112.5:3000'
+BASE_URL = 'http://34.250.0.69:3000'
0 commit comments