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 4c8264d commit 8272e82Copy full SHA for 8272e82
.github/workflows/lint.yaml
@@ -56,6 +56,8 @@ jobs:
56
path: ./tools/asciitable/
57
- name: workflowresultparser
58
path: ./tools/workflowresultparser/
59
+ - name: parrotserver
60
+ path: ./parrotserver/
61
steps:
62
- name: Check out Code
63
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
.github/workflows/test.yaml
@@ -26,6 +26,8 @@ jobs:
26
path: ./tools/flakeguard/
27
28
29
30
31
runs-on: ubuntu-latest
32
name: ${{ matrix.project.name }} unit tests
33
0 commit comments