Skip to content

e2e test

e2e test #3

Workflow file for this run

name: E2E Test Check
on:
pull_request:
branches:
- master
- main
types: [ 'opened', 'synchronize' ]
paths:
- '.github/**'
- '.github/workflows/**'
- '**/*.tf'
jobs:
e2e-check:
# if: github.event.review.state == 'approved' || github.event.review.body == 'approved'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: e2e test
run: |
curl ${{vars.FC_TEST_URL}}