Compare commits
12 Commits
v7.3.17
...
f53aba6b7b
| Author | SHA1 | Date | |
|---|---|---|---|
| f53aba6b7b | |||
| e8111cf9e2 | |||
| 4680cb1d57 | |||
| c2cd1d2d92 | |||
| a7a5b39b83 | |||
|
b053a7d247
|
|||
| 99dd71a56f | |||
| 79db3015f3 | |||
| a2f88a4d5d | |||
| 2f7bc76a13 | |||
| 884ff1ca8f | |||
| d430157bf4 |
@@ -0,0 +1,19 @@
|
|||||||
|
name: robotframework
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||||
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
|
- name: Build and push
|
||||||
|
run: unset GITEA_TOKEN && build && push
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.2-slim@sha256:2751cbe93751f0147bc1584be957c6dd4c5f977c3d4e0396b56456a9fd4ed137
|
FROM python:3.14.2-slim@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
robotframework==7.4.1
|
robotframework==7.4.1
|
||||||
robotframework-browser==19.12.3
|
robotframework-browser==19.12.3
|
||||||
robotframework-seleniumlibrary==6.8.0
|
robotframework-seleniumlibrary==6.8.0
|
||||||
urllib3==2.6.2
|
urllib3==2.6.3
|
||||||
psycopg[binary]==3.3.2
|
psycopg[binary]==3.3.2
|
||||||
PyMySQL==1.1.2
|
PyMySQL==1.1.2
|
||||||
robotframework-appiumlibrary==3.2.1
|
robotframework-appiumlibrary==3.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user