Skip to content

feat: support macOS, Windows and arm64 #3

feat: support macOS, Windows and arm64

feat: support macOS, Windows and arm64 #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [amd64, arm64]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Setup Coder Action
uses: ./action.yaml
with:
access_url: "https://coder.example.com"
coder_session_token: "dummy_token"