Skip to content

Update test.yaml

Update test.yaml #9

Workflow file for this run

on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
branches:
- "18.0"
jobs:
testjob:
runs-on: ubuntu-latest
steps:
- name: Log
run: |
echo "variable : ${{ vars.AAA }}"
echo "env : ${{ env.AAA }}"