Skip to content

Commit 295b606

Browse files
authored
Update test.yml
1 parent f1e8869 commit 295b606

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,9 @@ jobs:
2323

2424
runs-on: ${{ matrix.os }}
2525
steps:
26-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
27-
26+
- uses: GitHubSecurityLab/actions-permissions/monitor@main
2827
- uses: actions/checkout@v3
2928

30-
# Docker build or pull needs CA fixup?
31-
- run: |
32-
cat <<EOF > Dockerfile
33-
FROM node:18.16-bookworm-slim AS npm-builder
34-
35-
# Install Debian dependencies
36-
RUN apt-get update -y && \
37-
apt-get install -y build-essential git && \
38-
apt-get clean && \
39-
rm -f /var/lib/apt/lists/*_*
40-
41-
COPY LICENSE /
42-
CMD ["cat LICENSE"]
43-
EOF
44-
docker build --rm --tag elixir_boilerplate:latest .
45-
46-
- run: |
47-
docker pull hello-world
48-
docker run hello-world
49-
50-
- run: docker pull quay.io/jetstack/cert-manager-controller:v1.8.2
51-
5229
# test github-script CA
5330
- name: github-script
5431
uses: actions/github-script@v6

0 commit comments

Comments
 (0)