diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index db907f5..123eedc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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/ diff --git a/script.bat b/script.bat new file mode 100644 index 0000000..7f113ce --- /dev/null +++ b/script.bat @@ -0,0 +1,2 @@ +@echo off +echo Script run with arg: %1 \ No newline at end of file