Skip to content

Commit

Permalink
Action test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 17, 2024
1 parent af60b3a commit d6f1f06
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,31 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
REBOL_MODULES_DIR: ${{ github.runner_temp }}/modules/

jobs:
windows:
runs-on: windows-latest

steps:
- name: Info
shell: bash
run: |
echo "RUNNER_TEMP: %RUNNER_TEMP% $RUNNER_TEMP"
echo "Temp: $RUNNER_TEMP Test: $REBOL_MODULES_DIR"
linux:
runs-on: ubuntu-20.04

steps:
- name: Info
run: |
echo "RUNNER_TEMP: $RUNNER_TEMP"
echo "Temp: $RUNNER_TEMP Test: $REBOL_MODULES_DIR"
macos:
runs-on: macos-latest

steps:
- name: Info
run: |
echo "RUNNER_TEMP: $RUNNER_TEMP"
echo "Temp: $RUNNER_TEMP Test: $REBOL_MODULES_DIR"

0 comments on commit d6f1f06

Please sign in to comment.