Skip to content

Update the upload-artifact action #40

Update the upload-artifact action

Update the upload-artifact action #40

Workflow file for this run

name: Renode Bazel Rules test
on:
- push
- workflow_dispatch
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Temporary workaround
run: mkdir -p ~/.config/renode
- name: Run example test
run: |
bazel test //examples/nxp-k64f:nxp-k64f-test
- name: Upload Bazel artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: renode-bazel-artifacts
path: bazel-testlogs*/**/*