generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 16
56 lines (46 loc) · 1.34 KB
/
playwright.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This is a basic workflow to help you get started with Actions
name: Playwright
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# Test applying playwright patches and installing dependencies
patch:
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
curl \
python3 \
python3-pip \
python3.10-venv \
tar \
zip \
unzip \
git
python3 -m pip install setuptools
- name: Checkout release branch
uses: actions/checkout@v3
with:
path: foxhound
- name: Dry Run
run: |
cd foxhound
cp taintfox_mozconfig_ubuntu .mozconfig
bash build.sh -p -n
- name: Patch
run: |
cd foxhound
bash build.sh -p -u -v
- name: Configure
run: |
cd foxhound
./mach configure