Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2.4 #1816

Merged
merged 3 commits into from
Oct 19, 2024
Merged

v1.2.4 #1816

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/bin/browserstack-proxy/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .github/bin/browserstack-proxy/go.mod

This file was deleted.

48 changes: 0 additions & 48 deletions .github/bin/browserstack-proxy/main.go

This file was deleted.

7 changes: 0 additions & 7 deletions .github/bin/browserstack-proxy/run-e2e.sh

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

- run: make build
- run: make install
- run: cd packages/core-web-generator && npm run test
- run: cd packages/babel-plugin-core-web && npm run test
- run: npm ci
- run: npm run build
- run: npm run test

- uses: actions/setup-go@v5
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

- run: make build
- run: npm ci
- run: npm run build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
45 changes: 0 additions & 45 deletions .github/workflows/e2e.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

- run: make generate
- run: make build-pages
- run: npm ci
- run: npm run build

- run: |
git fetch --depth=1 origin pages || true
Expand Down
45 changes: 0 additions & 45 deletions Makefile

This file was deleted.

Loading