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 e2f838f commit da8385eCopy full SHA for da8385e
.github/workflows/lint.yaml
@@ -76,8 +76,8 @@ jobs:
76
path: ./tools/asciitable/
77
- name: workflowresultparser
78
path: ./tools/workflowresultparser/
79
- - name: parrotserver
80
- path: ./parrotserver/
+ - name: parrot
+ path: ./parrot/
81
steps:
82
- name: Check out Code
83
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
.github/workflows/test.yaml
@@ -26,8 +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