Skip to content

Updated files

Updated files #5

Workflow file for this run

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