Commit cad0852b authored by Grant's avatar Grant
Browse files

use piefed.grant.rip

parent 37b13518
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
#
# TODO: different modes of testing based on branch
#       - inside MR: test against testing instances
#       - main branch: test against important public instances
# TODO: require manual trigger inside MRs as not every test is needed every commit
#

test federation:
  stage: test
  when: manual
  parallel:
    matrix:
      - TEST_FEDERATION_KEYRING_SERVICE: ["grants.cafe", "toast.ooo", "piefed.social", "fedia.io"]
      - TEST_FEDERATION_KEYRING_SERVICE: ["grants.cafe", "toast.ooo", "piefed.grant.rip", "fedia.io"]
  image: node:24-alpine
  services:
    - name: postgres:14-alpine