Skip to content

Commit

Permalink
.github/workflows: Add storage_bucket_export to LXD_REQUIRED_TESTS
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolton <[email protected]>
  • Loading branch information
boltmark committed Feb 7, 2025
1 parent 00319e7 commit ee2d81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 0 * * *' # Test TICS daily

env:
LXD_REQUIRED_TESTS: "storage_buckets,network_ovn"
LXD_REQUIRED_TESTS: "storage_buckets,storage_bucket_export,network_ovn"
LXD_SKIP_TESTS: "clustering_upgrade clustering_upgrade_large"
GOCOVERDIR: ${{ ( github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && '/home/runner/work/lxd/lxd/coverage' || '' }}

Expand Down

0 comments on commit ee2d81e

Please sign in to comment.