Skip to content

LEAF-4487 - switch headers over to use the new name and value chosen #896

LEAF-4487 - switch headers over to use the new name and value chosen

LEAF-4487 - switch headers over to use the new name and value chosen #896

name: Run automated tests on push to master
on:
pull_request:
branches:
-master
push :
branches:
include:
- '*'

Check failure on line 12 in .github/workflows/run-automated-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-automated-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
jobs:
run-sanity-automated-tests-on-push-to-main:
runs-on: ubutnu-latest
steps:
- name: checkout project
uses: actions/checkout@v4
- name: run tests
run: |
cd test/Test-Automation
SCRIPT=test.java.formWorkflow.formWorkflow_Test docker compose up
run-regression-automated-tests-on-push-to-main:
runs-on: ubutnu-latest
steps:
- name: checkout project
uses: actions/checkout@v4
- name: run tests
run: |
cd test/Test-Automation
SCRIPT=test.java.formWorkflow.formWorkflow_Test docker compose up