Skip to content

Commit

Permalink
Use v1 of new optimade-validator-action
Browse files Browse the repository at this point in the history
Add usage of `validator version` to ensure the latest changes that may
be introduced in a PR are properly tested.
  • Loading branch information
CasperWA committed Mar 12, 2020
1 parent c6870d4 commit 4796f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
port: 3213
path: /
all versioned paths: yes
validator version: ${{ github.sha }}
validator version: ${{ github.sha }} # This ensures the head of a PR or latest push commit is tested

- name: Start Docker image - index server
run: |
Expand All @@ -126,7 +126,7 @@ jobs:
path: /
all versioned paths: yes
index: yes
validator version: ${{ github.sha }}
validator version: ${{ github.sha }} # This ensures the head of a PR or latest push commit is tested

deps_static:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4796f62

Please sign in to comment.