Skip to content

Commit

Permalink
Update generate_firmware.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Aug 26, 2024
1 parent 225fa67 commit 0c81d3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: |
pwd &&
ls -la
chmod -R 777 ./Test
chmod -R 777 .
cd Test/ &&
ls -la &&
./execute_test.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
./generate_fw.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
- name: Zip Release
# You may pin to the exact commit or the version.
Expand Down Expand Up @@ -74,10 +74,10 @@ jobs:
run: |
pwd &&
ls -la
chmod -R 777 ./Test
chmod -R 777 .
cd Test/ &&
ls -la &&
./execute_test.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
./generate_fw.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
- name: Zip Release
# You may pin to the exact commit or the version.
Expand Down Expand Up @@ -119,10 +119,10 @@ jobs:
run: |
pwd &&
ls -la
chmod -R 777 ./Test
chmod -R 777 .
cd Test/ &&
ls -la &&
./execute_test.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
./generate_fw.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
- name: Zip Release
# You may pin to the exact commit or the version.
Expand Down Expand Up @@ -164,10 +164,10 @@ jobs:
run: |
pwd &&
ls -la
chmod -R 777 ./Test
chmod -R 777 .
cd Test/ &&
ls -la &&
./execute_test.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
./generate_fw.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
- name: Zip Release
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 0c81d3d

Please sign in to comment.