Skip to content
Snippets Groups Projects
Commit 77dc7de8 authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Echo os we are running on

parent 09a5c35d
No related branches found
No related tags found
1 merge request!14Develop
...@@ -55,6 +55,9 @@ jobs: ...@@ -55,6 +55,9 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: We are running on
run: echo ${{ matrix.os }} ${{ github.runner_os }}
# SETUP NODE ENVIRONMENT # SETUP NODE ENVIRONMENT
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v2.4.0 uses: actions/setup-node@v2.4.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment