Skip to content

Commit

Permalink
Add temporary job to test the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 9, 2024
1 parent b72fd75 commit e588a0d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,22 @@ jobs:

- name: Run Pest Type Coverage
run: ./vendor/bin/pest --type-coverage


build-git-history-graph:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
# We need to fetch all history to generate the graph
fetch-depth: 0

- name: Generate Git history graph
run: php monorepo/scripts/build-git-history-graph.php

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: 'git-history-graph'
path: 'monorepo/scripts/graphs'

0 comments on commit e588a0d

Please sign in to comment.