File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 38
38
# We do not use this to install node but only to register problem matchers
39
39
# so that eslint annotations work.
40
40
- name : Setup Node.js environment to enable annotations
41
- uses : actions/setup-node@v3
41
+ uses : actions/setup-node@v4
42
42
43
43
- name : Build frontend containers
44
44
run : ./test.sh fe -b
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
# Drafts your next Release notes as Pull Requests are merged into "master"
14
- - uses : release-drafter/release-drafter@v5
14
+ - uses : release-drafter/release-drafter@v6
15
15
env :
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 43
43
run : echo ${{ secrets.DOCKER_HUB_PASSWORD }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
44
44
continue-on-error : true
45
45
46
- # by default, docker-compose tries to pull the `listenbrainz` image used by timescale_writer as well.
47
- # but this is built locally for the listenbrainz service and reused for timescale writer, hence the pull fails.
48
- # to avoid this we specifically mention the services to pull images for here,
49
- - name : Pull docker images
50
- run : docker-compose -f docker/docker-compose.test.yml pull lb_db redis rabbitmq couchdb
51
-
52
46
- name : Run tests
53
47
run : ./test.sh
You can’t perform that action at this time.
0 commit comments