Skip to content

Commit de13418

Browse files
WIP
1 parent dc25ae7 commit de13418

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/tests.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: Tests
2-
on: [push]
3-
jobs:
4-
Run-Tests:
5-
runs-on: ubuntu-latest
6-
env:
7-
SKIP_SDL: true
8-
steps:
9-
- name: Checkout repo
10-
uses: actions/checkout@v2
11-
with:
12-
submodules: recursive
13-
- name: Configure Project
14-
uses: threeal/cmake-action@v1.3.0
15-
- name: Prepare Project
16-
run: cmake -S ./ -B build
17-
- name: Build Tests
18-
run: cmake --build build --target build-tests
19-
- name: Run Tests
20-
run: build/Tests/TactilityCore/TactilityCoreTests --exit
1+
#name: Tests
2+
#on: [push]
3+
#jobs:
4+
# Run-Tests:
5+
# runs-on: ubuntu-latest
6+
# env:
7+
# SKIP_SDL: true
8+
# steps:
9+
# - name: Checkout repo
10+
# uses: actions/checkout@v2
11+
# with:
12+
# submodules: recursive
13+
# - name: Configure Project
14+
# uses: threeal/cmake-action@v1.3.0
15+
# - name: Prepare Project
16+
# run: cmake -S ./ -B build
17+
# - name: Build Tests
18+
# run: cmake --build build --target build-tests
19+
# - name: Run Tests
20+
# run: build/Tests/TactilityCore/TactilityCoreTests --exit

.github/workflows/workflows/build-yellowboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Build Yellow Board
1010
id: build
11-
uses: ./.github/actions/build-variant
11+
uses: ./.github/actions/build-esp-variant
1212
with:
1313
board-name: yellowboard
1414
version: snapshot

0 commit comments

Comments
 (0)