Skip to content

[Snyk] Security upgrade tailwindcss from 3.2.7 to 3.4.15 #12

[Snyk] Security upgrade tailwindcss from 3.2.7 to 3.4.15

[Snyk] Security upgrade tailwindcss from 3.2.7 to 3.4.15 #12

name: Automated Tests
on:
push:
branches:
- main
- release/v*
pull_request:
branches:
- main
- release/v*
jobs:
Automated_Tests:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.18.0" # The Go version to download (if necessary) and use.
- name: Unit, integration and difference tests
run: go test ./...
- name: E2E tests
run: make test-e2e-short