Skip to content

Bump trakx/github-actions from 10.1.6 to 10.2.2 #173

Bump trakx/github-actions from 10.1.6 to 10.2.2

Bump trakx/github-actions from 10.1.6 to 10.2.2 #173

Workflow file for this run

name: Build and Test
on:
push:
branches: [ dev, stage, master ]
pull_request:
branches: [ dev, stage, master ]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test and cover solutions
id: test
uses: trakx/github-actions/[email protected]
with:
packageReadonlyPat: ${{secrets.TRAKX_BOT_READONLY_PAT}}
codacyToken: ${{secrets.CODACY_TOKEN}}
awsAccessKeyId: ${{secrets.AWS_ACCESS_KEY_ID}}
awsAccessKeySecret: ${{secrets.AWS_ACCESS_KEY_SECRET}}