Skip to content

chore(deps): bump the dependencies group across 1 directory with 5 updates #457

chore(deps): bump the dependencies group across 1 directory with 5 updates

chore(deps): bump the dependencies group across 1 directory with 5 updates #457

Workflow file for this run

name: Integration Test
on:
workflow_dispatch:
schedule:
- cron: "36 20 * * 0"
pull_request_target:
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.label.name }}
cancel-in-progress: true
jobs:
integration:
# Run only on manual, schedule trigger or when 'integration-test' label is added
if: github.event_name != 'pull_request_target' || github.event.label.name == 'integration-test'
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: 'read'
pull-requests: 'write'
id-token: 'write'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
with:
workload_identity_provider: projects/195438090918/locations/global/workloadIdentityPools/deck-integration/providers/github
service_account: deck-integration-test@braided-shift-468913-t8.iam.gserviceaccount.com
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
- name: Set up Chrome
uses: browser-actions/setup-chrome@48ad923757ca74d66703209fe939badbdf80f2f4 # v2.2.0
with:
chrome-version: stable
- name: Run integration tests
env:
DECK_TEST_FOLDER_ID: '0AIEL8jopnJdRUk9PVA'
DECK_ENABLE_ADC: "true"
run: |
make fulltest
- name: Run octocov
uses: k1LoW/octocov-action@a167dc0dee441b7ffc45e1b862ab55ec0d87f278 # v1.5.2
with:
config: .octocov-full.yml