Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPlowman committed Oct 4, 2024
1 parent 81d0250 commit a1fa510
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/action-preview.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/code-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ jobs:

- name: Build Docker Image
run: just docker-build

- name: Run Docker Image
run: just docker-run
10 changes: 6 additions & 4 deletions .github/workflows/code-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
validate-schema:
name: Validate Schema
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -70,10 +72,10 @@ jobs:
- name: Install Poetry Dependencies
run: just install

- name: Run Analyser
env:
INPUT_REPOSITORY_OWNER: ${{ github.repository_owner }}
run: just run
- name: Run GitHub Stats Analyser
uses: ./
with:
repository_owner: ${{ github.repository_owner }}

- name: Copy generated files to github pages folder
run: cp -r statistics/*.json test/schema_validation
Expand Down

0 comments on commit a1fa510

Please sign in to comment.