Skip to content

Commit dabf6e5

Browse files
committed
check permissions
1 parent 14592f7 commit dabf6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: Add the rabbitmq service to /etc/hosts
4242
run: sudo echo "127.0.0.1 test-node" | sudo tee -a /etc/hosts
43-
- run: rm -rf tls-gen
43+
- run: id && ls -lR tls-gen/basic && rm -rf tls-gen
4444
- uses: actions/checkout@v3
4545
- name: Use Node.js ${{ matrix.node-version }}
4646
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)