Skip to content

fix: MFOS Sanity for Manage,discovery #318

fix: MFOS Sanity for Manage,discovery

fix: MFOS Sanity for Manage,discovery #318

name: MFOS standalone sanity report - CORE
on:
pull_request:
types:
- opened
- synchronize
branches: [ next ]
jobs:
RunStandaloneTests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
#Run tests
- name: Run Core Manage and Discovery tests and create assets
env:
EVENT_NAME: ${{ github.event_name }}
GITHUB_REF: ${{ github.ref }}
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
INTENT: ${{ var.INTENT }}

Check failure on line 23 in .github/workflows/run-standalone-mfos-tests.yml

View workflow run for this annotation

GitHub Actions / MFOS standalone sanity report - CORE

Invalid workflow file

The workflow is not valid. .github/workflows/run-standalone-mfos-tests.yml (Line: 23, Col: 19): Unrecognized named-value: 'var'. Located at position 1 within expression: var.INTENT
run: |
./.github/workflows/utils.sh runTests
- name: Upload report.json as an artifact
uses: actions/upload-artifact@v4
with:
name: report
path: ${{ github.workspace }}/report
- name: Get results from report.json
run: |
./.github/workflows/utils.sh getResults