Skip to content

Merge pull request #76 from ssdeanx/develop #8

Merge pull request #76 from ssdeanx/develop

Merge pull request #76 from ssdeanx/develop #8

Workflow file for this run

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run Tests
run: ...
- name: Upload Test Results to Trunk.io
if: ${{ !cancelled() }} # Upload the results even if the tests fail
continue-on-error: true # don't fail this job if the upload fails
uses: trunk-io/analytics-uploader@main
with:
junit-paths: "**/*.xml"
org-slug: deanmachines
token: ${{ secrets.TRUNK_API_TOKEN }}