Skip to content

{action.yml,.github}: add support for windows #281

{action.yml,.github}: add support for windows

{action.yml,.github}: add support for windows #281

Workflow file for this run

name: tailscale
on:
workflow_dispatch:
push:
branches:
- 'mpminardi/windows-support'
pull_request:
branches:
- '*'
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Tailscale Action
uses: ./
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
- name: check for hello.ts.net in netmap
shell: bash
run:
tailscale status | grep -q hello