This repository was archived by the owner on Nov 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5151 - name : Install packages
5252 run : poetry install --no-interaction
5353
54- - name : Default scenario
54+ - name : Run scenario
5555 run : poetry run molecule test --scenario-name "${{ inputs.scenario }}"
5656 env :
5757 MOLECULE_DISTRO : " ${{ inputs.image }}"
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021-2023 Ari Kalfus
3+ Copyright (c) 2021-2024 Ari Kalfus
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -362,12 +362,13 @@ and are automatically cleaned up within 30 minutes-48 hours.
362362
363363This value is stored in a [GitHub Action secret][] with the name ` TAILSCALE_CI_KEY`.
364364To test OAuth authkey compatibility, a Tailscale OAuth client secret is stored as `TAILSCALE_OAUTH_CLIENT_SECRET`.
365- To test this role locally, store the Tailscale ephemeral auth key in a `TAILSCALE_CI_KEY` env var
366- and, if running the `oauth` Molecule scenario,
367- add an OAuth client secret in a `TAILSCALE_OAUTH_CLIENT_SECRET` env var.
368365If you are a Collaborator on this repository,
369366you can open a GitHub CodeSpace and these secrets will be pre-populated for you into the environment.
370367
368+ To test this role locally, store the Tailscale ephemeral auth key in a `TAILSCALE_CI_KEY` env var
369+ and, if running the `oauth` Molecule scenario,
370+ add an OAuth client secret in a `TAILSCALE_CI_KEY` env var.
371+
371372Alternatively for Molecule testing,
372373you can use a [Headscale][] container that is spun up as part of the create/prepare steps.
373374To do this, set a `USE_HEADSCALE` env variable.
You can’t perform that action at this time.
0 commit comments