mirror of
https://github.com/tmux/tmux.git
synced 2024-11-14 16:18:48 +00:00
test directory
This commit is contained in:
parent
c071361df8
commit
6d0bdd2c22
12
.github/workflows/ic.yml
vendored
12
.github/workflows/ic.yml
vendored
@ -35,6 +35,18 @@ jobs:
|
||||
- name: Change directory
|
||||
run: cd regress
|
||||
|
||||
- name: Print current working directory
|
||||
run: pwd
|
||||
|
||||
- name: List files in current directory
|
||||
run: ls -lah
|
||||
|
||||
- name: List files in regress directory
|
||||
run: ls -lah regress/
|
||||
|
||||
- name: Execute the script with full path
|
||||
run: sh $GITHUB_WORKSPACE/regress/am-terminal.sh
|
||||
|
||||
# Add additional steps for running tests if applicable.
|
||||
- name: Run Tests
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user