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 8feb499 commit 7ee57beCopy full SHA for 7ee57be
.github/workflows/tests.yml
@@ -13,26 +13,8 @@ defaults:
13
14
jobs:
15
test:
16
- name: Test bot script on ${{ matrix.os }} with ${{ matrix.compiler }}.
17
- runs-on: ${{ matrix.os }}
18
- strategy:
19
- fail-fast: false
20
- matrix:
21
- os: [ubuntu-latest, macos-latest]
22
- compiler: [ g++-10 ]
23
- include:
24
- - os: ubuntu-latest
25
- compiler: g++-10
26
- target: Linux
27
-
28
- - os: macos-latest
29
30
- target: Macos
31
32
- - os: windows-latest
33
- compiler: cl
34
- target: Windows
35
+ name: Test bot script on ubuntu
+ runs-on: ubuntu-latest
36
steps:
37
- uses: actions/checkout@v3
38
- name: Run shell script
0 commit comments