Skip to content

Bump tailwindcss from 3.3.5 to 3.3.6 #5

Bump tailwindcss from 3.3.5 to 3.3.6

Bump tailwindcss from 3.3.5 to 3.3.6 #5

Workflow file for this run

name: Client Build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: docker build -o ./artifacts/test-results --target test-result .
- name: Publish Test Results
uses: actions/[email protected]
with:
name: TestReport
path: ./artifacts/test-results/
# - name: Build
# if: github.ref == 'refs/heads/main'
# run: docker build -t image . && docker save image -o artifacts\image.tar