Skip to content

Commit

Permalink
feat(Github Actions): grant read permissions for generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDue committed Dec 16, 2024
1 parent aed6d31 commit 46fe0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests_w_coverage_v_1_4_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=ON -DUA_NAMESPACE_ZERO=FULL -DUA_ENABLE_JSON_ENCODING=ON ..
sudo make install
cd ..
chmod +x /.
cd /home/runner/work/swap-it-open62541-server-template
ls
pwd
Expand All @@ -51,6 +53,5 @@ jobs:
mkdir build && cd build
cmake ..
chmod +x ../../.
chmod +x /usr/local/share/open62541/.
make
./bin/tests/tests

0 comments on commit 46fe0ff

Please sign in to comment.