Skip to content

Commit

Permalink
Change langs runs on value
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLabattD2L committed Aug 14, 2023
1 parent 9025f35 commit 7268e6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ on:
jobs:
test:
timeout-minutes: 5
runs-on: [self-hosted, Linux, AWS]
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Add CodeArtifact npm registry
uses: Brightspace/codeartifact-actions/npm/add-registry@main
with:
auth-token: ${{ secrets.CODEARTIFACT_AUTH_TOKEN }}
- name: Install MessageFormat-Validator
run: npm install messageformat-validator
- name: Run MessageFormat-Validator
Expand Down

0 comments on commit 7268e6d

Please sign in to comment.