Skip to content

Commit

Permalink
github: Initial foray into using Canonical's test runners
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Sep 1, 2023
1 parent b23c029 commit 16ec502
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests-snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Tests (snap)
on:
- workflow_dispatch

permissions:
contents: read

jobs:
test-self-hosted-large-container:
runs-on: [self-hosted, linux, X64, jammy, large]
steps:
- uses: actions/checkout@v3

0 comments on commit 16ec502

Please sign in to comment.