Mod 1
Some checks failed
Actions Testing Workflow / build (push) Failing after 15s

This commit is contained in:
Steven Tracey 2024-10-24 15:56:11 -04:00
parent 318423354a
commit 0da256b63c
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,7 @@ jobs:
with:
java-version: 21
distribution: 'temurin'
- name: Test Java
run: java --version
- name: Configure Git
run: |
@ -19,7 +20,7 @@ jobs:
git config --global user.name "Gitea Actions"
git version
- name: Script test
run: .\script.bat withArgs
run: .\script.bat goofyGoober
- name: Copy File Test
run: |
cp dirOne/file.txt dirTwo/

2
script.bat Normal file
View File

@ -0,0 +1,2 @@
@echo off
echo Script run with arg: %1