Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Nov 12, 2023
1 parent b5d4c54 commit 118e6af
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/test-unit-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,20 @@ jobs:
chmod +x ./${{ inputs.asset-name }}-support-files/*
sudo cp ./${{ inputs.asset-name }}-support-files/* /opt/HPCCSystems/bin
- name: Start HPCC-Platform
shell: "bash"
run: |
export LANG="en_US.UTF-8"
sudo update-locale
sudo /etc/init.d/hpcc-init start
- name: Run Tests
timeout-minutes: 10 # generous, expected time is approx 1 min.
shell: "bash"
run: |
export LANG="en_US.UTF-8"
sudo update-locale
/opt/HPCCSystems/bin/unittests
- name: unittests-logs-artifact
if: ${{ failure() || cancelled() }}
uses: actions/upload-artifact@v3
with:
name: test-unit-${{ inputs.asset-name }}-${{ matrix.engine }}-${{ steps.vars.outputs.matrix-setname }}
path: |
/var/log/HPCCSystems
/home/runner/HPCCSystems-regression
if-no-files-found: error

0 comments on commit 118e6af

Please sign in to comment.