We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f4cc8 commit 47448e5Copy full SHA for 47448e5
1 file changed
.github/workflows/build.yml
@@ -11,14 +11,14 @@ jobs:
11
with:
12
enable-cache: true
13
- name: Setup Python virtual environment
14
- run: uv venv --seed
+ run: uv venv .venv --seed ; echo $(ls -la)
15
+
16
- uses: actions/checkout@v4
-
17
- uses: actions/setup-node@v4
18
19
node-version: "22.x"
20
- name: Install dependencies
21
- run: npm install
+ run: npm install ; echo $(ls -la)
22
- name: Build
23
run: npm run build
24
- name: Dev Chrome
0 commit comments