Skip to content

Commit

Permalink
Add base workflow to be used in local environment branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Feb 28, 2024
1 parent 3220d0f commit 87b3b93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/qit-environment-test-linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: QIT Environment Test - Linux

on:
# Manually
workflow_dispatch:

jobs:
environment_tests:
runs-on: ubuntu-20.04
env:
NO_COLOR: 1
QIT_DISABLE_ONBOARDING: yes
steps:
- name: Checkout code
uses: actions/checkout@v4

0 comments on commit 87b3b93

Please sign in to comment.