Skip to content

Commit 7f6e27a

Browse files
committed
Unit tests
1 parent 04a8261 commit 7f6e27a

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/generate_binaries.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -120,25 +120,25 @@ jobs:
120120
# - lang: en
121121
# label: EN
122122

123-
steps:
124-
- name: Download RaspberryPI binaries
125-
uses: actions/download-artifact@v4
126-
with:
127-
name: RaspberryPI-Binaries
128-
path: ./
123+
# steps:
124+
# - name: Download RaspberryPI binaries
125+
# uses: actions/download-artifact@v4
126+
# with:
127+
# name: RaspberryPI-Binaries
128+
# path: ./
129129

130-
- name: Build RaspberryPI image (${{ matrix.language.label }})
131-
uses: Yadoms/build-yadoms-rpiimage-action@v1.0.1
132-
with:
133-
output_folder: $GITHUB_WORKSPACE/bin-RaspberryPI/pi_image
134-
language: ${{ matrix.language.lang }}
135-
branch_or_tag_name: 2020-12-02-raspbian-buster
130+
# - name: Build RaspberryPI image (${{ matrix.language.label }})
131+
# uses: Yadoms/build-yadoms-rpiimage-action@v1.0.1
132+
# with:
133+
# output_folder: $GITHUB_WORKSPACE/bin-RaspberryPI/pi_image
134+
# language: ${{ matrix.language.lang }}
135+
# branch_or_tag_name: 2020-12-02-raspbian-buster
136136

137-
- name: Archive RPi image (${{ matrix.language.label }})
138-
uses: actions/upload-artifact@v4
139-
with:
140-
name: Raspbian-Lite-${{ matrix.language.label }}-Yadoms-Image
141-
path: ./bin-RaspberryPI/pi_image/*.zip
137+
# - name: Archive RPi image (${{ matrix.language.label }})
138+
# uses: actions/upload-artifact@v4
139+
# with:
140+
# name: Raspbian-Lite-${{ matrix.language.label }}-Yadoms-Image
141+
# path: ./bin-RaspberryPI/pi_image/*.zip
142142

143143

144144
release:

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# TODO buildImage: ghcr.io/yadoms/build_for_linux:latest
3434
buildImage: ghcr.io/yadoms/build_for_linux:feature-updateRPiBuild_notSureBestMethod
3535
privileged: ${{ matrix.target.privileged }}
36-
entrypoint: 'entrypoint_tests.sh'
36+
entrypoint: '/entrypoint_tests.sh'
3737

3838
- name: Archive unittests artifacts
3939
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)