File doesnt exist because the file doesnt exist
Some checks failed
Actions Testing Workflow / build (push) Failing after 23s
Some checks failed
Actions Testing Workflow / build (push) Failing after 23s
This commit is contained in:
parent
3aa32d2592
commit
aa8fd464f3
@ -24,8 +24,6 @@ jobs:
|
||||
run: .\script.bat goofyGoober
|
||||
- name: Copy File Test
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
cp dirOne/file.txt dirTwo/
|
||||
- name: CMake Test
|
||||
uses: actions/cmake-action@v2.0.0
|
||||
|
1
dirOne/file.txt
Normal file
1
dirOne/file.txt
Normal file
@ -0,0 +1 @@
|
||||
Im a little teapot
|
1
dirTwo/aDifferentFile.txt
Normal file
1
dirTwo/aDifferentFile.txt
Normal file
@ -0,0 +1 @@
|
||||
Hello, I am another file.
|
Loading…
Reference in New Issue
Block a user