Skip to content

Commit 7eb5e0d

Browse files
committed
Added debug step to verify directory structure before using working-directory.
1 parent 13f84fe commit 7eb5e0d

1 file changed

Lines changed: 3 additions & 35 deletions

File tree

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
branches:
10-
- main
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-
run: |
27-
cd ./automated-testing
28-
# Your build commands here
29-
working-directory: ./automated-testing
30-
31-
- name: Deploy
32-
run: |
33-
cd ./automated-testing
34-
# Your deployment commands here
35-
working-directory: ./automated-testing
1+
# Debug step to verify directory structure
2+
- name: Verify Directory Structure
3+
run: ls -R

0 commit comments

Comments
 (0)