1 parent 13f84fe commit 7eb5e0dCopy full SHA for 7eb5e0d
1 file changed
.github/workflows/automated-tests.yml
@@ -1,35 +1,3 @@
1
-# This is an example workflow file
2
-name: Automated Tests
3
-
4
-on:
5
- push:
6
- branches:
7
- - main
8
- pull_request:
9
10
11
12
-jobs:
13
- test:
14
- runs-on: ubuntu-latest
15
- steps:
16
- - name: Check out code
17
- uses: actions/checkout@v2
18
19
- - name: Run automated tests
20
- run: |
21
- cd ./automated-testing
22
- # Run your test command here
23
- working-directory: ./automated-testing
24
25
- - name: Build
26
27
28
- # Your build commands here
29
30
31
- - name: Deploy
32
33
34
- # Your deployment commands here
35
+# Debug step to verify directory structure
+- name: Verify Directory Structure
+ run: ls -R
0 commit comments