Skip to content

Use shared workflow for GitHub testing #477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
214 changes: 0 additions & 214 deletions .github/workflows/localgov_microsites.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test LocalGov Microsites localgovdrupal/localgov_microsites drupal-profile

on:
push:
branches:
- '4.x'
pull_request:
branches:
- '4.x'
workflow_dispatch:

jobs:
tests:
uses: localgovdrupal/localgov_shared_workflows/.github/workflows/test-microsites.yml@1.x
with:
project: 'localgovdrupal/localgov_microsites'
project_path: 'web/profiles/contrib/localgov_microsites'