Skip to content

Change env variable #54

Change env variable

Change env variable #54

Workflow file for this run

name: Build and Test Minicrawler
on:
- workflow_dispatch
- pull_request
- push
jobs:
# tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: ./.github/actions/prepare
# - uses: ./.github/actions/build
# - name: make check
# run: make check
integration:
runs-on: ubuntu-latest
env:
HTTPBIN_URL: "http://127.0.0.1:8000"
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- uses: ./.github/actions/build
- uses: ./.github/actions/httpbin
- name: make integration
run: |
php -r "echo "HTTPBIN_URL =" . getenv('HTTPBIN_URL')"
make -C integration-tests check
cat integration-tests/test-suite.log
# try:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: ./.github/actions/prepare
# - uses: ./.github/actions/build
# - name: try run minicrawler
# run: ./minicrawler5 https://www.testomato.com/humans.txt