Skip to content

Commit

Permalink
Add test workflow for multitenet
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 5, 2024
1 parent ee266cf commit e034ac1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/multitenet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on:
push:

jobs:
multitenet:
runs-on: ubuntu-22.04
steps:
- run: docker run -d --name ubuntu ubuntu:22.04 tail -f /dev/null

0 comments on commit e034ac1

Please sign in to comment.