Remove docker and use the github runner directly for neureka(-v2) tests #22
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Test Ne16 (GitLab)" | |
| on: push | |
| jobs: | |
| gitlab-ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check Gitlab CI | |
| uses: pulp-platform/pulp-actions/gitlab-ci@v2 | |
| # Skip on forks or pull requests from forks due to missing secrets. | |
| if: github.repository == 'pulp-platform/pulp-nnx' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) | |
| with: | |
| domain: iis-git.ee.ethz.ch | |
| repo: github-mirror/pulp-nnx | |
| token: ${{ secrets.GITLAB_TOKEN }} |