Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.2 in /webapp #15

Bump @adobe/css-tools from 4.0.1 to 4.3.2 in /webapp

Bump @adobe/css-tools from 4.0.1 to 4.3.2 in /webapp #15

Workflow file for this run

name: build and publish app
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci-build-ppp:
runs-on: ubuntu-22.04
steps:
- name: checkout repo
uses: actions/checkout@v1
with:
fetch-depth: 0
- name: bazel cache
uses: actions/cache@v3
with:
path: |
.bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE', '.bazelrc', 'BUILD') }}
restore-keys: |
${{ runner.os }}-bazel-
${{ runner.os }}-
- name: build and run tests
run: ./cicd-all.sh
env:
MUGSHOT_ZIP_PASSWORD: ${{ secrets.MUGSHOT_ZIP_PASSWORD }}