|
@@ -34,6 +34,7 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
unzip -o -q ${{ matrix.profile }}.zip
|
|
unzip -o -q ${{ matrix.profile }}.zip
|
|
|
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
|
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
|
|
|
|
+ - run: make ${{ matrix.profile }}
|
|
|
- run: ./scripts/test/check-example-configs.sh
|
|
- run: ./scripts/test/check-example-configs.sh
|
|
|
- run: ./scripts/conf-test/run.sh
|
|
- run: ./scripts/conf-test/run.sh
|
|
|
- name: print erlang log
|
|
- name: print erlang log
|