Skip to content

Bump actions/upload-artifact from 6 to 7 #226

Bump actions/upload-artifact from 6 to 7

Bump actions/upload-artifact from 6 to 7 #226

Workflow file for this run

name: macos-selfhost-test
on:
push: # run on push events
paths-ignore: # but ignore everything in the docs subfolder
- 'docs/**'
- 'src/gui*/**'
- 'src/netedit/**'
- 'tests/netedit/**'
branches:
- '**'
tags:
- '*'
pull_request: # run on pull requests
paths-ignore: # but ignore everything in the docs subfolder
- 'docs/**'
workflow_dispatch:
jobs:
test:
runs-on: [self-hosted]
steps:
- name: Cloning SUMO
uses: actions/checkout@v6