Skip to content

⬆️ Bump @grafana/faro-web-sdk from 1.7.3 to 1.13.1 #222

⬆️ Bump @grafana/faro-web-sdk from 1.7.3 to 1.13.1

⬆️ Bump @grafana/faro-web-sdk from 1.7.3 to 1.13.1 #222

Workflow file for this run

name: "Build and test PR"
on:
pull_request:
branches:
- "main"
paths-ignore:
- '**.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APP: aap-kalkulator-frontend
IMAGE_BASE: ghcr.io/${{ github.repository }}
jobs:
timestamp:
runs-on: ubuntu-latest
permissions:
contents: write
outputs:
lastupdated: ${{ steps.settimestamp.outputs.last_updated }}
steps:
- name: Lag timestamp
id: settimestamp
run: |
last_updated="$(date +%m-%d-%Y)"
echo "last_updated: $last_updated"
echo "last_updated=$last_updated" >> $GITHUB_OUTPUT
buildPullRequestDev:
uses: navikt/aap-workflows/.github/workflows/frontend-next-only-build.yml@main
needs: timestamp
permissions:
contents: read
id-token: write
packages: write
secrets: inherit
with:
cluster: dev-gcp
dynamicenv: NEXT_PUBLIC_LAST_UPDATED=${{ needs.timestamp.outputs.lastupdated}}
playwright: true