Skip to content

Feature/test

Feature/test #3

Workflow file for this run

name: test2-tests
on:
pull_request:
branches:
- dev-new
paths:
- "test2/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: cat test
run: |
cd ./test2/
cat test.txt