Skip to content

Testing FlexIni scripts πŸš€ #3

Testing FlexIni scripts πŸš€

Testing FlexIni scripts πŸš€ #3

Workflow file for this run

name: Test
run-name: Testing FlexIni scripts πŸš€
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: ./tests/_run.sh
- run: echo "🍏 This job's status is ${{ job.status }}."