We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233ec30 commit 14592f7Copy full SHA for 14592f7
.github/workflows/main.yml
@@ -40,6 +40,7 @@ jobs:
40
steps:
41
- name: Add the rabbitmq service to /etc/hosts
42
run: sudo echo "127.0.0.1 test-node" | sudo tee -a /etc/hosts
43
+ - run: rm -rf tls-gen
44
- uses: actions/checkout@v3
45
- name: Use Node.js ${{ matrix.node-version }}
46
uses: actions/setup-node@v3
0 commit comments