Skip to content

Add a feature to the tailscale devcontainer to auto-set the operator #31

Add a feature to the tailscale devcontainer to auto-set the operator

Add a feature to the tailscale devcontainer to auto-set the operator #31

Workflow file for this run

name: Test Devcontainer Feature
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test-feature:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Dev Container CLI
run: |
npm install -g @devcontainers/cli
- name: Run tests
run: |
npx @devcontainers/cli features test